Fixed issue with PowerTools DNF module

PowerTools has been renamed to powertools on CentOS 8
pull/137/head
GuillaumeRemyCSI 4 years ago committed by GitHub
parent 8006878db7
commit 51ff0b14a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tasks/setup-RedHat.yml

@ -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…
Cancel
Save