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