just roles - replace bash with sh
This commit is contained in:
parent
ed613b386d
commit
b7d2bebd13
1 changed files with 1 additions and 1 deletions
2
justfile
2
justfile
|
@ -4,7 +4,7 @@ default:
|
||||||
|
|
||||||
# Pulls external Ansible roles
|
# Pulls external Ansible roles
|
||||||
roles:
|
roles:
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env sh
|
||||||
set -euo pipefail
|
set -euo pipefail
|
||||||
if [ -x "$(command -v agru)" ]; then
|
if [ -x "$(command -v agru)" ]; then
|
||||||
agru
|
agru
|
||||||
|
|
Loading…
Add table
Reference in a new issue