More testing.

This commit is contained in:
Jeff Geerling
2014-05-23 11:32:27 -05:00
parent 747b88d52e
commit 7c72863868
2 changed files with 3 additions and 1 deletions

View File

@@ -20,7 +20,7 @@ script:
- "ansible-playbook -i tests/inventory tests/$SITE --syntax-check"
# Run the role/playbook with ansible-playbook.
- "ansible-playbook -i tests/inventory tests/$SITE --connection=local --sudo"
- "ansible-playbook -i tests/inventory tests/$SITE --connection=local --sudo -vvvv"
# Run the role/playbook again, checking to make sure it's idempotent.
- >

View File

@@ -70,3 +70,5 @@
mysql_db: >
name="test"
state=absent
- debug: var=mysql_daemon