Skip to content

Commit

Permalink
Issue #89: Set up crb not powertools.
Browse files Browse the repository at this point in the history
  • Loading branch information
geerlingguy committed Jul 31, 2024
1 parent 8dba077 commit 39c7aa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tasks/setup-RedHat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 39c7aa2

Please sign in to comment.