Explorar el Código

Merge pull request #2131 from etkecc/patch-84

Do not restart postmoogle during installation
pull/2133/head
Slavi Pantaleev hace 3 años
committed by GitHub
padre
commit
590e409a60
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 0 adiciones y 6 borrados
  1. +0
    -6
      roles/matrix-bot-postmoogle/tasks/setup_install.yml

+ 0
- 6
roles/matrix-bot-postmoogle/tasks/setup_install.yml Ver fichero

@@ -91,9 +91,3 @@
ansible.builtin.service: ansible.builtin.service:
daemon_reload: true daemon_reload: true
when: "matrix_bot_postmoogle_systemd_service_result.changed | bool" when: "matrix_bot_postmoogle_systemd_service_result.changed | bool"

- name: Ensure matrix-bot-postmoogle.service restarted, if necessary
ansible.builtin.service:
name: "matrix-bot-postmoogle.service"
state: restarted
when: "matrix_bot_postmoogle_systemd_service_result.changed | bool"

Cargando…
Cancelar
Guardar