From 664cd0ed6b61139f6daa2a0700ccc64dc45fa90a 2022-06-08 22:23:51 From: Dennis Fink Date: 2022-06-08 22:23:51 Subject: [PATCH] Add shebang to ansible.sh --- diff --git a/ansible.sh b/ansible.sh index 46eb00d95df8cbdf28048dc0ea100fb63c29202e..77a678dac83f70239b034e401f6ea842f4a6c095 100755 --- a/ansible.sh +++ b/ansible.sh @@ -1,3 +1,4 @@ +#!/usr/bin/env bash ansible-galaxy install -r requirements.yml if [ -z ${1+x} ]; then