Update test.

This commit is contained in:
Jeff Geerling 2014-11-08 14:36:01 -06:00
parent 484c627745
commit a85ecf03be

View file

@ -20,7 +20,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.