mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-19 00:41:38 +02:00
Fixed issue with PowerTools DNF module
PowerTools has been renamed to powertools on CentOS 8
This commit is contained in:
parent
8006878db7
commit
51ff0b14a3
@ -9,7 +9,7 @@
|
||||
|
||||
- name: Enable DNF module for CentOS 8+.
|
||||
shell: |
|
||||
dnf config-manager --set-enabled PowerTools
|
||||
dnf config-manager --set-enabled powertools
|
||||
args:
|
||||
warn: false
|
||||
register: dnf_module_enable
|
||||
|
Loading…
x
Reference in New Issue
Block a user