From 774766b596e0a5ee67e5af63d49bf871b754c42a Mon Sep 17 00:00:00 2001 From: Arky Date: Thu, 18 Oct 2018 01:23:40 +0700 Subject: [PATCH] Modify roles_path Changed the roles_path to reflect the syntax changes in tests/test.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9f2a5a3eb..83c627442 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ install: - pip install ansible # Create ansible.cfg with correct roles_path and local_tmp - - "{ echo '[defaults]'; echo 'roles_path = ../'; } >> ansible.cfg" + - "{ echo '[defaults]'; echo 'roles_path = ./roles/'; } >> ansible.cfg" script: # Basic role syntax check