Moving to php 8.4
This commit is contained in:
parent
f1eeff4785
commit
07a01d73c6
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
- name: Enable DNF module for php
|
- name: Enable DNF module for php
|
||||||
shell: |
|
shell: |
|
||||||
dnf module enable -y php:remi-8.1
|
dnf module enable -y php:remi-8.4
|
||||||
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…
Add table
Reference in a new issue