mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2024-11-21 19:33:03 +00:00
Quote JSON.
This commit is contained in:
parent
d32b1d7b14
commit
f931144e2b
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ script:
|
|||
- "ansible-playbook main.yml --syntax-check"
|
||||
|
||||
# Test the playbook.
|
||||
- "ansible-playbook --extra-vars '{"configure_sudoers":"false"}' main.yml"
|
||||
- "ansible-playbook --extra-vars '{\"configure_sudoers\":\"false\"}' main.yml"
|
||||
|
||||
# Test the playbook's idempotence.
|
||||
- idempotence=$(mktemp)
|
||||
|
|
Loading…
Reference in a new issue