Update test.

master
Jeff Geerling 2014-11-08 14:35:52 -06:00
parent 8f7fe990ca
commit 2003c6216b
1 changed files with 1 additions and 1 deletions

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.