document uv python package manager command for ansible setup - minor fixes in playbook
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
gitea_version: 1.23.3
|
||||
gitea_version: 1.24.3
|
||||
|
||||
gitea_partition: |-
|
||||
{{
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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(''))
|
||||
)
|
||||
}}
|
||||
Reference in New Issue
Block a user