mirror of
https://github.com/geerlingguy/ansible-role-php.git
synced 2024-11-13 10:24:01 +01:00
Fix broken test-package.yml.
This commit is contained in:
parent
da71d1b360
commit
9e5cadb1f3
@ -22,9 +22,6 @@
|
||||
apt_repository: repo='ppa:ondrej/php5-5.6'
|
||||
when: ansible_distribution == 'Ubuntu' and ansible_distribution_version == '12.04'
|
||||
|
||||
- name: Override package list manually for Ubuntu 12.04.
|
||||
when: ansible_distribution == 'Ubuntu' and ansible_distribution_version == '12.04'
|
||||
|
||||
roles:
|
||||
- { role: geerlingguy.repo-remi, when: ansible_os_family == 'RedHat' }
|
||||
- role_under_test
|
||||
|
Loading…
Reference in New Issue
Block a user