Remove shell configuration for better compatibility
This commit is contained in:
parent
51eeb1b1ac
commit
798b37d2fe
1 changed files with 0 additions and 1 deletions
1
justfile
1
justfile
|
@ -5,7 +5,6 @@ default:
|
||||||
# Pulls external Ansible roles
|
# Pulls external Ansible roles
|
||||||
roles:
|
roles:
|
||||||
#!/usr/bin/env sh
|
#!/usr/bin/env sh
|
||||||
set -euo pipefail
|
|
||||||
if [ -x "$(command -v agru)" ]; then
|
if [ -x "$(command -v agru)" ]; then
|
||||||
agru
|
agru
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue