Skip to content

Commit 39c7aa2

Browse files
committed
Issue #89: Set up crb not powertools.
1 parent 8dba077 commit 39c7aa2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tasks/setup-RedHat.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
name: dnf-plugins-core
3838
state: present
3939

40-
- name: Enable DNF module for CentOS 8+.
40+
- name: Enable crb and DNF module for CentOS 8+.
4141
shell: |
42-
dnf config-manager --set-enabled powertools
42+
dnf config-manager --set-enabled crb
4343
dnf module enable -y php:remi-{{ php_version }}
4444
register: dnf_module_enable
4545
changed_when: "'Nothing to do' not in dnf_module_enable.stdout"

0 commit comments

Comments
 (0)