Updated test to simply test the Ansible roles required.

This commit is contained in:
Jeff Geerling 2014-04-23 12:35:27 -05:00
parent 0f51bd65e0
commit bbf7a9dcdd

View File

@ -1,8 +1,6 @@
---
- hosts: all
vars_files:
- '../vars/main.yml'
- hosts: localhost
remote_user: root
roles:
- geerlingguy.apache
tasks:
- include: '../tasks/main.yml'
- geerlingguy.php