Another attempt to fix extra vars for Travis CI #9663.

This commit is contained in:
Jeff Geerling 2018-05-29 12:02:09 -05:00
parent e2776cf67c
commit b9f27f2587

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)