From 096d06ee2d93913e59d95ad3b72fd4cf8a25e60a Mon Sep 17 00:00:00 2001 From: Aine Date: Sun, 14 Jul 2024 13:24:14 +0300 Subject: [PATCH] update prefix --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 9cb96c476..8a2eefd2b 100644 --- a/justfile +++ b/justfile @@ -20,7 +20,7 @@ update *flags: #update-self echo {{ if flags == "" { "installing roles..." } else if flags == "-u" { "updating roles..." } else { "unknown flag passed" } }} agru {{ flags }} 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..." rm -rf roles/galaxy ansible-galaxy install -r requirements.yml -p roles/galaxy/ --force