Another minor Travis test.

This commit is contained in:
Jeff Geerling 2014-04-23 12:51:21 -05:00
parent a33988d3ad
commit 6ed9d61733
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ install:
- pip install ansible==1.5.0
# Add ansible.cfg to pick up roles path.
- "printf '[defaults]\\nroles_path = ../' > ansible.cfg"
- "printf '[defaults]\nroles_path = ../' > ansible.cfg"
- cat ansible.cfg
- pwd