diff --git a/.travis.yml b/.travis.yml index b070fdc..2e26057 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,9 @@ before_install: - sudo apt-get install -qq python-apt python-pycurl install: - pip install ansible>=1.6.0 + + # Add ansible.cfg to pick up roles path. + - "{ echo '[defaults]'; echo 'roles_path = ../'; } >> ansible.cfg" script: # Prepare tests - echo localhost > inventory