From 86a4e060664c543281893e66e4fa96601ae7250e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Menou?= Date: Tue, 27 Feb 2018 16:23:28 +0100 Subject: Notify the #machine-room Slack channel --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 49e7e1c..adf67fd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,3 +27,4 @@ script: notifications: webhooks: https://galaxy.ansible.com/api/v1/notifications/ + slack: fretlink:n84rSINeJTLRjUTgXfB1aILX -- cgit v1.2.3 From 491f9814ffe900b6d6d511dcd75c346624a1b038 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Menou?= Date: Tue, 27 Feb 2018 16:28:50 +0100 Subject: Unrelevant webhook for private project Might be useful if we open-source it. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index adf67fd..10cf845 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,5 +26,4 @@ script: - ansible-playbook tests/test.yml -i tests/inventory --syntax-check notifications: - webhooks: https://galaxy.ansible.com/api/v1/notifications/ slack: fretlink:n84rSINeJTLRjUTgXfB1aILX -- cgit v1.2.3 From f03052d5eb34d95c0809813995bfc0d5ed1266a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Menou?= Date: Tue, 27 Feb 2018 16:34:11 +0100 Subject: Fix Travis setup --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 10cf845..8c94b07 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,9 @@ install: # Check ansible version - ansible --version + # Alias role name to mimic actual Galaxy deployment + - ln -s ansible-clever ../clever + # Create ansible.cfg with correct roles_path - printf '[defaults]\nroles_path=../' >ansible.cfg -- cgit v1.2.3