Fixed issue with PowerTools DNF module

PowerTools has been renamed to powertools on CentOS 8
This commit is contained in:
GuillaumeRemyCSI
2020-12-18 15:38:56 +01:00
committed by GitHub
parent 8006878db7
commit 51ff0b14a3
+1 -1
View File
@@ -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