1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Modify roles_path

Changed the roles_path to reflect the syntax changes in tests/test.yml
This commit is contained in:
Arky 2018-10-18 01:23:40 +07:00
parent 51d4efe4f1
commit 774766b596

View file

@ -17,7 +17,7 @@ install:
- pip install ansible - pip install ansible
# Create ansible.cfg with correct roles_path and local_tmp # Create ansible.cfg with correct roles_path and local_tmp
- "{ echo '[defaults]'; echo 'roles_path = ../'; } >> ansible.cfg" - "{ echo '[defaults]'; echo 'roles_path = ./roles/'; } >> ansible.cfg"
script: script:
# Basic role syntax check # Basic role syntax check