Issue #63: Escape a space\?

This commit is contained in:
Jeff Geerling 2018-05-25 12:28:19 -05:00
parent 8f2c51a1d9
commit 002d7a40a4

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)