From 188756501ae137c1f8d5e03cfd5454d2ec0343ef Mon Sep 17 00:00:00 2001 From: Anton Vakhrushev Date: Fri, 2 Jan 2026 19:20:34 +0300 Subject: [PATCH] change task commands to use 'uv run' --- Taskfile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Taskfile.yml b/Taskfile.yml index 3cc0d80..31579b0 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -44,7 +44,7 @@ tasks: DEST_FILE: "temp/configuration.yml" cmds: - > - ansible localhost + uv run ansible localhost --module-name template --args "src=files/authelia/configuration.template.yml dest={{.DEST_FILE}}" --extra-vars "@vars/secrets.yml"