Issue #63: Try using YAML instead of JSON for the extra-vars.

This commit is contained in:
Jeff Geerling 2018-05-25 12:18:53 -05:00
parent 015bb88f4d
commit 0c14491dc6

View file

@ -36,7 +36,7 @@ script:
- "ansible-playbook main.yml --syntax-check" - "ansible-playbook main.yml --syntax-check"
# Test the playbook. # Test the playbook.
- "travis_wait 30 ansible-playbook --extra-vars 'configure_sudoers=False' main.yml" - "travis_wait 30 ansible-playbook --extra-vars 'configure_sudoers: False' main.yml"
# Test the playbook's idempotence. # Test the playbook's idempotence.
- idempotence=$(mktemp) - idempotence=$(mktemp)