mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-19 17:01:37 +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+.
|
- name: Enable DNF module for CentOS 8+.
|
||||||
shell: |
|
shell: |
|
||||||
dnf config-manager --set-enabled PowerTools
|
dnf config-manager --set-enabled powertools
|
||||||
args:
|
args:
|
||||||
warn: false
|
warn: false
|
||||||
register: dnf_module_enable
|
register: dnf_module_enable
|
||||||
|
Loading…
x
Reference in New Issue
Block a user