document uv python package manager command for ansible setup - minor fixes in playbook

This commit is contained in:
2025-08-05 12:22:27 +02:00
parent 58aece92b6
commit b8636a6d48
5 changed files with 34 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
gitea_version: 1.23.3
gitea_version: 1.24.3
gitea_partition: |-
{{

View File

@@ -27,7 +27,6 @@ local:
hosts:
localhost:
ansible_connection: local
ansible_python_interpreter: /Users/gabrielradureau/.local/pipx/venvs/ansible-core/bin/python
pi1:
pi2:
pi3:

View File

@@ -54,6 +54,6 @@
'deleted' if gitea_token_delete else
(
(gitea_api_token_cmd.rc == 0)
| ternary(gitea_api_token_cmd.stdout, gitea_api_token_cmd_bis.stdout)
| ternary(gitea_api_token_cmd.stdout, gitea_api_token_cmd_bis.stdout | default(''))
)
}}