Explorar el Código

Make AUX role run last (before service manager role)

Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/3292
pull/3293/head
Slavi Pantaleev hace 1 año
padre
commit
44355ebbb4
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      setup.yml

+ 2
- 2
setup.yml Ver fichero

@@ -126,8 +126,6 @@
- custom/matrix-media-repo
- custom/matrix-pantalaimon

- role: galaxy/auxiliary

- role: galaxy/postgres_backup

- role: galaxy/backup_borg
@@ -141,6 +139,8 @@

- role: galaxy/traefik_certs_dumper

- role: galaxy/auxiliary

- when: devture_systemd_service_manager_enabled | bool
role: galaxy/systemd_service_manager



Cargando…
Cancelar
Guardar