aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorFrédéric Menou <frederic.menou@fretlink.com>2018-02-27 16:34:11 +0100
committerFrédéric Menou <frederic.menou@fretlink.com>2018-02-27 16:43:53 +0100
commitf03052d5eb34d95c0809813995bfc0d5ed1266a8 (patch)
treead17f188894dd17435bad045ac05bf181bb9319c
parent491f9814ffe900b6d6d511dcd75c346624a1b038 (diff)
downloadansible-clever-f03052d5eb34d95c0809813995bfc0d5ed1266a8.tar.gz
ansible-clever-f03052d5eb34d95c0809813995bfc0d5ed1266a8.tar.zst
ansible-clever-f03052d5eb34d95c0809813995bfc0d5ed1266a8.zip
Fix Travis setup
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 10cf845..8c94b07 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,6 +18,9 @@ install:
18 # Check ansible version 18 # Check ansible version
19 - ansible --version 19 - ansible --version
20 20
21 # Alias role name to mimic actual Galaxy deployment
22 - ln -s ansible-clever ../clever
23
21 # Create ansible.cfg with correct roles_path 24 # Create ansible.cfg with correct roles_path
22 - printf '[defaults]\nroles_path=../' >ansible.cfg 25 - printf '[defaults]\nroles_path=../' >ansible.cfg
23 26