Explorar el Código

Upgrade Valkey (v9.0.2-0 → v9.0.2-1)

Use `valkey_restart_necessary`

Signed-off-by: Suguru Hirahara <did🔑z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
pull/4949/head
Suguru Hirahara hace 1 mes
committed by Slavi Pantaleev
padre
commit
5ee0b4f168
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. +1
    -1
      group_vars/matrix_servers
  2. +1
    -1
      requirements.yml

+ 1
- 1
group_vars/matrix_servers Ver fichero

@@ -769,7 +769,7 @@ devture_systemd_service_manager_services_list_auto: |
([{
'name': (valkey_identifier + '.service'),
'priority': 750,
'restart_necessary': true,
'restart_necessary': (valkey_restart_necessary | bool),
'groups': ['matrix', 'valkey'],
}] if valkey_enabled else [])
+


+ 1
- 1
requirements.yml Ver fichero

@@ -90,5 +90,5 @@
version: v2.10.0-5
name: traefik_certs_dumper
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-valkey.git
version: v9.0.2-0
version: v9.0.2-1
name: valkey

Cargando…
Cancelar
Guardar