From 2a001b39b1ddf724f0bef2499e4c263cb854588a Mon Sep 17 00:00:00 2001 From: Lucas Costa Beyeler Date: Sun, 29 Jan 2017 09:52:16 -0200 Subject: [PATCH] Including dependency for Zimbra role --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 36bbf62..87f8333 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,9 +21,11 @@ install: # Create ansible.cfg with correct roles_path - printf '[defaults]\nroles_path=../' >ansible.cfg + # Install ansible-commons + - ansible-galaxy install lucascbeyeler.ansible-commons script: # Basic role syntax check - ansible-playbook tests/test.yml -i tests/inventory --syntax-check notifications: - webhooks: https://galaxy.ansible.com/api/v1/notifications/ \ No newline at end of file + webhooks: https://galaxy.ansible.com/api/v1/notifications/