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