diff --git a/.travis.yml b/.travis.yml index 2eb183b9d..8e1456b36 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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