change task commands to use 'uv run'
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user