mirror of
https://github.com/geerlingguy/ansible-role-php-versions.git
synced 2024-11-22 10:25:40 +01:00
Issue #89: Set up crb not powertools.
This commit is contained in:
parent
8dba077ae3
commit
39c7aa26f8
@ -37,9 +37,9 @@
|
|||||||
name: dnf-plugins-core
|
name: dnf-plugins-core
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: Enable DNF module for CentOS 8+.
|
- name: Enable crb and DNF module for CentOS 8+.
|
||||||
shell: |
|
shell: |
|
||||||
dnf config-manager --set-enabled powertools
|
dnf config-manager --set-enabled crb
|
||||||
dnf module enable -y php:remi-{{ php_version }}
|
dnf module enable -y php:remi-{{ php_version }}
|
||||||
register: dnf_module_enable
|
register: dnf_module_enable
|
||||||
changed_when: "'Nothing to do' not in dnf_module_enable.stdout"
|
changed_when: "'Nothing to do' not in dnf_module_enable.stdout"
|
||||||
|
Loading…
Reference in New Issue
Block a user