diff options
author | binary <me@rgoncalves.se> | 2020-11-04 21:18:30 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2020-11-04 21:18:30 +0100 |
commit | aa47761cf59f2f8944e961227053a98bb57c25fe (patch) | |
tree | eb6e6fe03158eeb1a13ee006cd6c5b79a3080c7c /r | |
parent | e23695d52e0812b01dbf399514ba65e4ae0bf985 (diff) | |
download | infrastructure-aa47761cf59f2f8944e961227053a98bb57c25fe.tar.gz |
Fix dual quoting
Diffstat (limited to 'r')
-rwxr-xr-x | r | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ #!/bin/sh # Deploy roles -ansible-playbook playbooks/p.yml -e '"${@}"' +ansible-playbook playbooks/p.yml -e "${1}" |