We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dba077 commit 39c7aa2Copy full SHA for 39c7aa2
tasks/setup-RedHat.yml
@@ -37,9 +37,9 @@
37
name: dnf-plugins-core
38
state: present
39
40
- - name: Enable DNF module for CentOS 8+.
+ - name: Enable crb and DNF module for CentOS 8+.
41
shell: |
42
- dnf config-manager --set-enabled powertools
+ dnf config-manager --set-enabled crb
43
dnf module enable -y php:remi-{{ php_version }}
44
register: dnf_module_enable
45
changed_when: "'Nothing to do' not in dnf_module_enable.stdout"
0 commit comments