Skip to content

Commit

Permalink
PHP 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
suhancz committed May 29, 2024
1 parent a37f007 commit 3e56cf9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tasks/os/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -237,12 +237,12 @@
state: present
backup: yes
create: yes
- name: Enable the php:remi-7.2 DNF module
- name: Enable the php:remi-7.4 DNF module
tags:
- always
ansible.builtin.command: dnf module enable php:remi-7.2 -y
register: enable_php72_module
changed_when: enable_php72_module.rc == 0
ansible.builtin.command: dnf module enable php:remi-7.4 -y
register: enable_php74_module
changed_when: enable_php74_module.rc == 0
- name: Install packages
tags:
- always
Expand Down Expand Up @@ -386,11 +386,11 @@
- aide
- kolab
- php-kolabformat
- php72-php-fpm
- php74-php-fpm
- libkolabxml
- libkolab
- php-kolab
- php72-php-pecl-memcache
- php74-php-pecl-memcache
- sssd
- sssd-ldap
- oddjob-mkhomedir
Expand Down

0 comments on commit 3e56cf9

Please sign in to comment.