mirror of
https://github.com/geerlingguy/ansible-role-php-versions.git
synced 2024-11-25 10:55:10 +01:00
Fix Molecule CI issues.
This commit is contained in:
parent
7c0b3771d9
commit
71ef2fa090
@ -43,12 +43,13 @@
|
||||
# PHP package purges.
|
||||
- name: Purge PHP version packages.
|
||||
apt:
|
||||
name:
|
||||
- php5.6-common
|
||||
- php7.0-common
|
||||
- php7.1-common
|
||||
- php7.2-common
|
||||
name: "{{ item }}"
|
||||
state: absent
|
||||
purge: true
|
||||
force: true
|
||||
with_items:
|
||||
- php5.6-common
|
||||
- php7.0-common
|
||||
- php7.1-common
|
||||
- php7.2-common
|
||||
when: "'php' + php_version not in item"
|
||||
|
Loading…
Reference in New Issue
Block a user