From a83bdf07551e006c74b0bf2e32adfd48e2649e1b Mon Sep 17 00:00:00 2001 From: Lucas Costa Beyeler Date: Sun, 29 Jan 2017 09:56:40 -0200 Subject: [PATCH] Including dependency for Zimbra role --- .travis.yml | 4 ++-- meta/main.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 87f8333..30be37f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ language: python python: "2.7" # Use the new container infrastructure -sudo: false +sudo: true # Install ansible addons: @@ -22,7 +22,7 @@ install: - printf '[defaults]\nroles_path=../' >ansible.cfg # Install ansible-commons - - ansible-galaxy install lucascbeyeler.ansible-commons + - ansible-galaxy install lucascbeyeler.commons script: # Basic role syntax check - ansible-playbook tests/test.yml -i tests/inventory --syntax-check diff --git a/meta/main.yml b/meta/main.yml index e71ab08..8b2fcdd 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -1,6 +1,6 @@ galaxy_info: author: Lucas Costa Beyeler - description: Developer and SysAdmin + description: Ansible role to install and configure Zimbra Collaboration Open Source Edition in a monoserver environment company: 4Linux - Open Software Specialists license: GPLv3 min_ansible_version: 2.2 @@ -18,4 +18,4 @@ galaxy_info: - zimbra - monoserver dependencies: - - { role: lucascbeyeler.ansible-commons } + - { role: lucascbeyeler.commons }