Merge pull request #58 from steinbrueckri/FixPowerTools

Yum repoid of Power Tools has changed from PowerTools to powertools
This commit is contained in:
Jeff Geerling 2021-02-18 08:58:17 -06:00 committed by GitHub
commit 055cfd201b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
- name: Enable DNF module for CentOS 8+.
shell: |
dnf config-manager --set-enabled PowerTools
dnf config-manager --set-enabled powertools
dnf module enable -y php:remi-{{ php_version }}
args:
warn: false