Issue #89: Set up crb not powertools.

This commit is contained in:
Jeff Geerling 2024-07-30 23:19:12 -05:00
parent 8dba077ae3
commit 39c7aa26f8

View File

@ -37,9 +37,9 @@
name: dnf-plugins-core
state: present
- name: Enable DNF module for CentOS 8+.
- name: Enable crb and DNF module for CentOS 8+.
shell: |
dnf config-manager --set-enabled powertools
dnf config-manager --set-enabled crb
dnf module enable -y php:remi-{{ php_version }}
register: dnf_module_enable
changed_when: "'Nothing to do' not in dnf_module_enable.stdout"