Add apache role to test.

This commit is contained in:
Jeff Geerling 2014-04-23 12:31:21 -05:00
parent 6785943c12
commit 0f51bd65e0

View File

@ -2,5 +2,7 @@
- hosts: all
vars_files:
- '../vars/main.yml'
roles:
- geerlingguy.apache
tasks:
- include: '../tasks/main.yml'