change task commands to use 'uv run'

This commit is contained in:
2026-01-02 19:20:34 +03:00
parent 4cf3b52f2e
commit 188756501a

View File

@@ -44,7 +44,7 @@ tasks:
DEST_FILE: "temp/configuration.yml" DEST_FILE: "temp/configuration.yml"
cmds: cmds:
- > - >
ansible localhost uv run ansible localhost
--module-name template --module-name template
--args "src=files/authelia/configuration.template.yml dest={{.DEST_FILE}}" --args "src=files/authelia/configuration.template.yml dest={{.DEST_FILE}}"
--extra-vars "@vars/secrets.yml" --extra-vars "@vars/secrets.yml"