浏览代码

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 3 年前
父节点
当前提交
c8022c1a18
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. +0
    -4
      roles/custom/matrix-user-creator/tasks/setup.yml

+ 0
- 4
roles/custom/matrix-user-creator/tasks/setup.yml 查看文件

@@ -8,10 +8,6 @@
# Suppress logging to avoid dumping the credentials to the shell
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
ansible.builtin.service:
name: "matrix-{{ matrix_homeserver_implementation }}.service"


正在加载...
取消
保存