Skip to content

Commit

Permalink
Update facts.yml (#32)
Browse files Browse the repository at this point in the history
Removed options for PHP 5 as they are no longer needed / supported by Platform I.
  • Loading branch information
adamco-imh authored Feb 15, 2024
1 parent c2a3d3c commit de85d9a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tasks/facts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,3 @@
- php_version_installed is defined
- php_version != php_version_installed
tags: phpversion

- name: Remove php-sodium when PHP 5.6
ansible.builtin.set_fact:
php_packages: "{{ php_packages | reject('search', 'php-sodium') | list }}"
when: php_version == '5.6'
tags: phpversion

0 comments on commit de85d9a

Please sign in to comment.