From 4cf3b52f2ed91528d4c30e3458c598703eb7828c Mon Sep 17 00:00:00 2001 From: Anton Vakhrushev Date: Fri, 2 Jan 2026 19:19:00 +0300 Subject: [PATCH] change task commands to use 'uv run' --- Taskfile.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Taskfile.yml b/Taskfile.yml index 00fabe7..3cc0d80 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -17,7 +17,7 @@ vars: tasks: install-roles: cmds: - - ansible-galaxy role install --role-file requirements.yml --force + - uv run ansible-galaxy role install --role-file requirements.yml --force ssh: cmds: @@ -29,11 +29,11 @@ tasks: encrypt: cmds: - - ansible-vault encrypt {{.CLI_ARGS}} + - uv run ansible-vault encrypt {{.CLI_ARGS}} decrypt: cmds: - - ansible-vault decrypt {{.CLI_ARGS}} + - uv run ansible-vault decrypt {{.CLI_ARGS}} authelia-cli: cmds: