Issue #63: Attempt to pass var not as JSON.
This commit is contained in:
parent
d91ca374fa
commit
015bb88f4d
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user