1c01a8f0df
ansible-playbook-command.sh should have quotes around $@ so that the value can be passed through to ansible-playbook with spaces, etc. Change-Id: I18b387c84d4e942b3088750bc2871b0200e10071 Closes-Bug: #1748965
6 lines
200 B
YAML
6 lines
200 B
YAML
---
|
|
fixes:
|
|
- The generated ansible-playbook-command.sh now has quotes around $@ so
|
|
that the value can be passed through to ansible-playbook with spaces or
|
|
other characters requiring quotes.
|