mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
.travis.yml: /opt/iiab/iiab/scripts/ansible -> scripts/ansible
This commit is contained in:
parent
2f11f26ddd
commit
7df1f6ae40
1 changed files with 3 additions and 3 deletions
|
@ -5,10 +5,10 @@ dist: focal
|
||||||
# apt:
|
# apt:
|
||||||
# packages:
|
# packages:
|
||||||
# - python-pip
|
# - python-pip
|
||||||
#install:
|
install:
|
||||||
|
- scripts/ansible # Install latest Ansible & ~4 Ansible Collections (collections.yml)
|
||||||
# - 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 = ./roles/'; } >> ansible.cfg"
|
# - "{ echo '[defaults]'; echo 'roles_path = ./roles/'; } >> ansible.cfg"
|
||||||
script:
|
script:
|
||||||
- /opt/iiab/iiab/scripts/ansible
|
|
||||||
- ansible-playbook tests/test.yml -i tests/inventory --syntax-check
|
- ansible-playbook tests/test.yml -i tests/inventory --syntax-check
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue