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 - hosts: localhost
vars_files: remote_user: root
- '../vars/main.yml'
roles: roles:
- geerlingguy.apache - geerlingguy.apache
tasks: - geerlingguy.php
- include: '../tasks/main.yml'