Final update for Travis-related work.

This commit is contained in:
Jeff Geerling 2014-04-23 12:58:40 -05:00
parent d31d372344
commit 9c5866f206

View File

@ -14,13 +14,9 @@ install:
# Add ansible.cfg to pick up roles path.
- "printf '[defaults]\nroles_path = ../' > ansible.cfg"
- cat ansible.cfg
- pwd
# Install required dependencies.
- ansible-galaxy install geerlingguy.apache
- ls
- ls ../
script:
# Check the role/playbook's syntax.