Issue #63: Try a different method of quoting the YAML extra-vars.

This commit is contained in:
Jeff Geerling 2018-05-25 12:24:52 -05:00
parent 0c14491dc6
commit 8f2c51a1d9

View file

@ -36,7 +36,7 @@ script:
- "ansible-playbook main.yml --syntax-check"
# 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.
- idempotence=$(mktemp)