mirror of https://github.com/lucascbeyeler/zimbra
Including dependency for Zimbra role
This commit is contained in:
parent
a4b0cbd398
commit
2a001b39b1
|
|
@ -21,9 +21,11 @@ install:
|
||||||
# Create ansible.cfg with correct roles_path
|
# Create ansible.cfg with correct roles_path
|
||||||
- printf '[defaults]\nroles_path=../' >ansible.cfg
|
- printf '[defaults]\nroles_path=../' >ansible.cfg
|
||||||
|
|
||||||
|
# Install ansible-commons
|
||||||
|
- ansible-galaxy install lucascbeyeler.ansible-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
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
webhooks: https://galaxy.ansible.com/api/v1/notifications/
|
webhooks: https://galaxy.ansible.com/api/v1/notifications/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue