tripleo-common/releasenotes/notes/quote-$@-a3d47106c9b7eeb6.yaml
James Slagle 1c01a8f0df Quote $@ in ansible-playbook-command.sh
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
2018-02-12 14:23:32 -05:00

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.