mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2024-11-22 11:53:08 +00:00
Issue #63: Try using YAML instead of JSON for the extra-vars.
This commit is contained in:
parent
015bb88f4d
commit
0c14491dc6
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ 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…
Reference in a new issue