From c4d07f8b08d4f5c63b66dcbe1c3d6426317323f3 Mon Sep 17 00:00:00 2001 From: Aine <97398200+aine-etke@users.noreply.github.com> Date: Sun, 11 Aug 2024 22:38:44 +0300 Subject: [PATCH] Update agru url in justfile --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 72609d572..95a8e1006 100644 --- a/justfile +++ b/justfile @@ -20,7 +20,7 @@ update *flags: update-playbook-only echo {{ if flags == "" { "Installing roles pinned in requirements.yml..." } else if flags == "-u" { "Updating roles and pinning new versions in requirements.yml..." } else { "Unknown flags passed" } }} agru {{ flags }} else - echo "[NOTE] You are using the standard ansible-galaxy tool to install roles, which is slow and lacks other features. We recommend installing the 'agru' tool to speed up the process: https://gitlab.com/etke.cc/tools/agru#where-to-get" + echo "[NOTE] You are using the standard ansible-galaxy tool to install roles, which is slow and lacks other features. We recommend installing the 'agru' tool to speed up the process: https://github.com/etkecc/agru#where-to-get" echo "Installing roles..." rm -rf roles/galaxy ansible-galaxy install -r requirements.yml -p roles/galaxy/ --force