Changeset - cdf411165c6e
[Approved]
0 1 0
Dennis Fink - 23 months ago 2022-06-08 22:24:41
dennis.fink@c3l.lu
Double quote to prevent globbing and word splitting.

https://www.shellcheck.net/wiki/SC2086
1 file changed with 1 insertions and 1 deletions:
2 comments (0 inline, 2 general)
ansible.sh
Show inline comments
 
@@ -10,4 +10,4 @@ fi
 

	
 
# Agent running causes issues because SSH seems to prioritise those keys by default
 
SSH_AUTH_SOCK=/dev/null
 
ansible-playbook -v -i hosts.yml $PLAYBOOK
 
ansible-playbook -v -i hosts.yml "$PLAYBOOK"
Dennis Fink (metalgamer) 1 year and 11 months ago comment on pull request "Fixed some shellcheck warnings"

Status change: Under review

x 1 year and 11 months ago comment on pull request "Fixed some shellcheck warnings"

Status change: Approved

Answer is "ok" (via Matrix chat)
2 comments (0 inline, 2 general)