Issue #63: Try a different method of quoting the YAML extra-vars.
This commit is contained in:
parent
0c14491dc6
commit
8f2c51a1d9
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user