Skip to content
Snippets Groups Projects
Commit 7278aa31 authored by Jeff Geerling's avatar Jeff Geerling
Browse files

Remove debugging playbook run.

parent 6957619b
No related branches found
Tags 1.1.3
No related merge requests found
......@@ -22,9 +22,6 @@ script:
# Run the role/playbook with ansible-playbook.
- "ansible-playbook -vvvv -i tests/inventory tests/$SITE --connection=local --sudo"
# Run again for kicks.
- "ansible-playbook -vvvv -i tests/inventory tests/$SITE --connection=local --sudo"
# Run the role/playbook again, checking to make sure it's idempotent.
- >
ansible-playbook -i tests/inventory tests/$SITE --connection=local --sudo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment