From 95e6e72537887a561bd2437cf010a05017518e98 Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 24 Feb 2021 19:23:34 -0500 Subject: [PATCH] Update .travis.yml --- .travis.yml | 1 + 1 file changed, 1 insertion(+) 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