Issue #63: Attempt to pass var not as JSON.

This commit is contained in:
Jeff Geerling 2018-05-25 12:15:58 -05:00
parent d91ca374fa
commit 015bb88f4d

View file

@ -36,8 +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)