diff --git a/.travis.yml b/.travis.yml index 36bbf62..87f8333 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,9 +21,11 @@ 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 notifications: - webhooks: https://galaxy.ansible.com/api/v1/notifications/ \ No newline at end of file + webhooks: https://galaxy.ansible.com/api/v1/notifications/