From 3c0f15a6f819682d2211973a7115ab31b44c6853 Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Sat, 18 Jul 2026 08:24:05 +0300 Subject: [PATCH] Fix indentation in `justfile` --- justfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/justfile b/justfile index 022159e58..a3be6c128 100644 --- a/justfile +++ b/justfile @@ -22,10 +22,10 @@ roles: #!/usr/bin/env sh echo "[NOTE] This command just updates the roles, but if you want to update everything at once (playbook, roles, etc.) - use 'just update'" if [ -x "$(command -v agru)" ]; then - agru + agru else - rm -rf roles/galaxy - ansible-galaxy install -r requirements.yml -p roles/galaxy/ --force + rm -rf roles/galaxy + ansible-galaxy install -r requirements.yml -p roles/galaxy/ --force fi # Updates the playbook and installs the necessary Ansible roles pinned in requirements.yml. If a -u flag is passed, also updates the requirements.yml file with new role versions (if available)