mirror of
https://github.com/mother-of-all-self-hosting/mash-playbook
synced 2024-11-10 14:24:25 +00:00
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
|
||||
roles:
|
||||
#!/usr/bin/env bash
|
||||
#!/usr/bin/env sh
|
||||
set -euo pipefail
|
||||
if [ -x "$(command -v agru)" ]; then
|
||||
agru
|
||||
|
|
Loading…
Reference in a new issue