diff --git a/.travis.yml b/.travis.yml index 3122ecc02..3f78f41ba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,6 +26,7 @@ install: - "{ echo 'roles_path = ./roles/'; } >> ansible.cfg" # Add correct roles_path to ansible.cfg, appending to https://github.com/iiab/iiab/blob/master/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! + - apt -a list ansible-base # VERIFY ansible-base VERSIONS OFFERED BY apt script: - ansible-playbook tests/test.yml -i tests/inventory --syntax-check