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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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