Simpler test case.

This commit is contained in:
Jeff Geerling 2016-09-24 14:08:23 -05:00
parent 00e80d4158
commit 094808d186
2 changed files with 0 additions and 8 deletions

View File

@ -14,10 +14,6 @@
apt: update_cache=yes
when: ansible_os_family == 'Debian'
- name: Ensure build dependencies are installed (RedHat).
package: name=which state=present
when: ansible_os_family == 'RedHat'
roles:
- geerlingguy.git
- role_under_test

View File

@ -14,10 +14,6 @@
- include_vars: test-vars-ubuntu1204.yml
when: ansible_distribution == 'Ubuntu' and ansible_distribution_version == '12.04'
- name: Ensure build dependencies are installed (RedHat).
package: name=which state=present
when: ansible_os_family == 'RedHat'
- name: Add repository for PHP 7.
apt_repository: repo='ppa:ondrej/php'
when: ansible_distribution == 'Ubuntu' and ansible_distribution_version != '12.04'