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:
parent
51d4efe4f1
commit
774766b596
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue