Update test.

This commit is contained in:
Jeff Geerling 2014-11-08 14:36:55 -06:00
parent 1dc94242e4
commit 24a2fbb34e

View File

@ -13,7 +13,7 @@ install:
- pip install ansible
# Add ansible.cfg to pick up roles path.
- "printf '[defaults]\nroles_path = ../' > ansible.cfg"
- "{ echo '[defaults]'; echo 'roles_path = ../'; } >> ansible.cfg"
script:
# Check the role/playbook's syntax.