Including dependency for Zimbra role

This commit is contained in:
Lucas Costa Beyeler 2017-01-29 09:56:40 -02:00
parent 2a001b39b1
commit a83bdf0755
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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 }