Issue #63: Try using travis_wait without escaping the double quotes.
This commit is contained in:
parent
df25444b3f
commit
d91ca374fa
@ -36,7 +36,8 @@ script:
|
|||||||
- "ansible-playbook main.yml --syntax-check"
|
- "ansible-playbook main.yml --syntax-check"
|
||||||
|
|
||||||
# Test the playbook.
|
# 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.
|
# Test the playbook's idempotence.
|
||||||
- idempotence=$(mktemp)
|
- idempotence=$(mktemp)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user