Pārlūkot izejas kodu

Remove useless explicit daemon reload in matrix-user-creator

The next task asks for a daemon reload, so there's no need to do it
twice.
pull/2515/head
Slavi Pantaleev pirms 3 gadiem
vecāks
revīzija
c8022c1a18
1 mainītis faili ar 0 papildinājumiem un 4 dzēšanām
  1. +0
    -4
      roles/custom/matrix-user-creator/tasks/setup.yml

+ 0
- 4
roles/custom/matrix-user-creator/tasks/setup.yml Parādīt failu

@@ -8,10 +8,6 @@
# Suppress logging to avoid dumping the credentials to the shell # Suppress logging to avoid dumping the credentials to the shell
no_log: true no_log: true


- name: Ensure systemd is reloaded before starting the homeserver
ansible.builtin.service:
daemon_reload: true

- name: Ensure homeserver is started before creating Matrix users - name: Ensure homeserver is started before creating Matrix users
ansible.builtin.service: ansible.builtin.service:
name: "matrix-{{ matrix_homeserver_implementation }}.service" name: "matrix-{{ matrix_homeserver_implementation }}.service"


Notiek ielāde…
Atcelt
Saglabāt