Upgrade Gitea (v1.22.0-1 -> v1.22.0-2) and make use of gitea_systemd_required_systemd_services_list_auto

This commit is contained in:
Slavi Pantaleev 2024-06-27 18:17:18 +03:00
parent 9e0a120ca4
commit d17f25d9cb
2 changed files with 2 additions and 4 deletions

View file

@ -2211,10 +2211,8 @@ gitea_base_path: "{{ mash_playbook_base_path }}/{{ mash_playbook_service_base_di
gitea_uid: "{{ mash_playbook_uid }}"
gitea_gid: "{{ mash_playbook_gid }}"
gitea_systemd_required_systemd_services_list: |
gitea_systemd_required_systemd_services_list_auto: |
{{
([devture_systemd_docker_base_docker_service_name] if devture_systemd_docker_base_docker_service_name else [])
+
([devture_postgres_identifier ~ '.service'] if devture_postgres_enabled and gitea_config_database_hostname == devture_postgres_identifier else [])
}}

View file

@ -121,7 +121,7 @@
name: funkwhale
activation_prefix: funkwhale_
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-gitea.git
version: v1.22.0-1
version: v1.22.0-2
name: gitea
activation_prefix: gitea_
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-gotosocial.git