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

Update .travis.yml

This commit is contained in:
A Holt 2021-02-24 17:25:14 -05:00 committed by GitHub
parent 1f0c409ecb
commit 7082326ca3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,8 @@ install:
# - scripts/ansible # Fails to install latest Ansible (& ~4 Ansible Collections from collections.yml)
# - pip install ansible # SLOW/OVERWEIGHT: installs Ansible 3.0.0+ with ~80 Ansible Collections
- pip install ansible-base # Let's avoid all Ansible Collections for now (for Ansible syntax check!)
- "{ echo '[defaults]'; echo 'roles_path = ./roles/'; } >> ansible.cfg" # Create ansible.cfg with correct roles_path and local_tmp
- cat ansible.cfg # TEMP TESTING
- "{ echo 'roles_path = ./roles/'; } >> ansible.cfg" # Add correct roles_path to ansible.cfg
# - "{ echo '[defaults]'; echo 'roles_path = ./roles/'; } >> ansible.cfg" # Create ansible.cfg with correct roles_path and local_tmp
# - cat ansible.cfg # UNCOMMENT TO VERIFY
script:
- ansible-playbook tests/test.yml -i tests/inventory --syntax-check