Yum repoid of Power Tools has changed from PowerTools to powertools

This commit is contained in:
Richard Steinbrück 2021-02-16 21:35:34 +01:00
parent aa60a3d85a
commit 2c59b536e9
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,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
dnf module enable -y php:remi-{{ php_version }} dnf module enable -y php:remi-{{ php_version }}
args: args:
warn: false warn: false