瀏覽代碼

Merge pull request #2131 from etkecc/patch-84

Do not restart postmoogle during installation
pull/2133/head
Slavi Pantaleev 3 年之前
committed by GitHub
父節點
當前提交
590e409a60
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 0 行新增6 行删除
  1. +0
    -6
      roles/matrix-bot-postmoogle/tasks/setup_install.yml

+ 0
- 6
roles/matrix-bot-postmoogle/tasks/setup_install.yml 查看文件

@@ -91,9 +91,3 @@
ansible.builtin.service:
daemon_reload: true
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"

Loading…
取消
儲存