More testing.

pull/63/head
Jeff Geerling 10 years ago
parent 747b88d52e
commit 7c72863868
  1. 2
      .travis.yml
  2. 2
      tasks/main.yml

@ -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.
- >

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