mirror of
https://github.com/aljazceru/ansible-role-mysql.git
synced 2026-01-06 19:24:20 +01:00
More testing.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user