1
0
Fork 0
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:
A Holt 2021-02-24 16:57:40 -05:00 committed by GitHub
parent 2f11f26ddd
commit 7df1f6ae40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,10 +5,10 @@ dist: focal
# apt:
# packages:
# - python-pip
#install:
install:
- scripts/ansible # Install latest Ansible & ~4 Ansible Collections (collections.yml)
# - pip install ansible
# # Create ansible.cfg with correct roles_path and local_tmp
# - "{ echo '[defaults]'; echo 'roles_path = ./roles/'; } >> ansible.cfg"
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