Including dependency for Zimbra role

This commit is contained in:
Lucas Costa Beyeler 2017-01-29 09:52:16 -02:00
parent a4b0cbd398
commit 2a001b39b1
1 changed files with 3 additions and 1 deletions

View File

@ -21,6 +21,8 @@ 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