Add delta output

This commit is contained in:
Matt Willsher 2016-11-01 19:31:51 +00:00 committed by GitHub
parent cff5eaafd8
commit 62ede7a7da

View file

@ -24,7 +24,7 @@ script:
- "ansible-playbook -i tests/inventory tests/test.yml --syntax-check"
# Run the role for multiple distros
- "ansible-playbook -i tests/inventory tests/test.yml"
- "ansible-playbook -D -i tests/inventory tests/test.yml"
# Run the role/playbook again, checking to make sure it's idempotent.
- >