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" python: "2.7"
# Use the new container infrastructure # Use the new container infrastructure
sudo: false sudo: true
# Install ansible # Install ansible
addons: addons:
@ -22,7 +22,7 @@ install:
- printf '[defaults]\nroles_path=../' >ansible.cfg - printf '[defaults]\nroles_path=../' >ansible.cfg
# Install ansible-commons # Install ansible-commons
- ansible-galaxy install lucascbeyeler.ansible-commons - ansible-galaxy install lucascbeyeler.commons
script: script:
# Basic role syntax check # Basic role syntax check
- ansible-playbook tests/test.yml -i tests/inventory --syntax-check - ansible-playbook tests/test.yml -i tests/inventory --syntax-check

View File

@ -1,6 +1,6 @@
galaxy_info: galaxy_info:
author: Lucas Costa Beyeler 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 company: 4Linux - Open Software Specialists
license: GPLv3 license: GPLv3
min_ansible_version: 2.2 min_ansible_version: 2.2
@ -18,4 +18,4 @@ galaxy_info:
- zimbra - zimbra
- monoserver - monoserver
dependencies: dependencies:
- { role: lucascbeyeler.ansible-commons } - { role: lucascbeyeler.commons }