Browse Source

update prefix

pull/3410/head
Aine 1 year ago
parent
commit
096d06ee2d
No known key found for this signature in database GPG Key ID: 34969C908CCA2804
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      justfile

+ 1
- 1
justfile View File

@@ -20,7 +20,7 @@ update *flags: #update-self
echo {{ if flags == "" { "installing roles..." } else if flags == "-u" { "updating roles..." } else { "unknown flag passed" } }} echo {{ if flags == "" { "installing roles..." } else if flags == "-u" { "updating roles..." } else { "unknown flag passed" } }}
agru {{ flags }} agru {{ flags }}
else else
echo "[INFO] you are using standard ansible-galaxy to install roles, it's slow and cannot update roles if there are newer tags available. We recommend to install 'agru' tool to speed up the process: https://gitlab.com/etke.cc/tools/agru#where-to-get"
echo "[NOTE] you are using standard ansible-galaxy to install roles, it's slow and cannot update roles if there are newer tags available. We recommend to install 'agru' tool to speed up the process: https://gitlab.com/etke.cc/tools/agru#where-to-get"
echo "installing roles..." echo "installing roles..."
rm -rf roles/galaxy rm -rf roles/galaxy
ansible-galaxy install -r requirements.yml -p roles/galaxy/ --force ansible-galaxy install -r requirements.yml -p roles/galaxy/ --force


Loading…
Cancel
Save