From f8202aeb05dc31ddf62b152c641d4965ea0d7759 Mon Sep 17 00:00:00 2001 From: Aine Date: Sat, 25 Mar 2023 15:41:54 +0200 Subject: [PATCH] add just update --- justfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/justfile b/justfile index 5598216..4d96b55 100644 --- a/justfile +++ b/justfile @@ -13,6 +13,10 @@ roles: ansible-galaxy install -r requirements.yml -p roles/galaxy/ --force fi +# Updates requirements.yml if there are any new tags available. Requires agru +update: + @agru -u + # Runs ansible-lint against all roles in the playbook lint: ansible-lint