Changeset - 664cd0ed6b61
[Approved]
0 1 0
Dennis Fink - 23 months ago 2022-06-08 22:23:51
dennis.fink@c3l.lu
Add shebang to ansible.sh
1 file changed with 1 insertions and 0 deletions:
2 comments (0 inline, 2 general)
ansible.sh
Show inline comments
 
#!/usr/bin/env bash
 
ansible-galaxy install -r requirements.yml
 

	
 
if [ -z ${1+x} ]; then
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)