Quote JSON.

This commit is contained in:
Jeff Geerling 2016-09-23 19:33:42 -05:00
parent d32b1d7b14
commit f931144e2b

View file

@ -34,7 +34,7 @@ script:
- "ansible-playbook main.yml --syntax-check" - "ansible-playbook main.yml --syntax-check"
# Test the playbook. # Test the playbook.
- "ansible-playbook --extra-vars '{"configure_sudoers":"false"}' main.yml" - "ansible-playbook --extra-vars '{\"configure_sudoers\":\"false\"}' main.yml"
# Test the playbook's idempotence. # Test the playbook's idempotence.
- idempotence=$(mktemp) - idempotence=$(mktemp)