Skip to content

Commit

Permalink
Went back to upstream php
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrodie18 committed Jun 8, 2024
1 parent 1eff675 commit e5ceeb2
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions molecule/zabbix_web/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,19 +114,11 @@

- name: Enabeling PHP 8.0
block:
- name: Add epel
ansible.builtin.include_role:
name: geerlingguy.repo-epel

- name: Add remi
ansible.builtin.include_role:
name: geerlingguy.repo-remi

- name: Reset dnf library
ansible.builtin.shell: dnf module reset php

- name: Set php Version
ansible.builtin.shell: dnf module enable -y php:remi-8.0
ansible.builtin.shell: dnf module enable -y php:8.0
when:
- ansible_os_family == 'RedHat'
- ansible_distribution_major_version == "8"
Expand Down

0 comments on commit e5ceeb2

Please sign in to comment.