浏览代码

Fix incorrect path

pull/2/head
Slavi Pantaleev 8 年前
父节点
当前提交
88b4434da9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      roles/matrix-server/tasks/setup_corporal.yml

+ 1
- 1
roles/matrix-server/tasks/setup_corporal.yml 查看文件

@@ -63,6 +63,6 @@

- name: Ensure matrix-corporal.service doesn't exist
file:
path: "{{ role_path }}/templates/systemd/matrix-corporal.service.j2"
path: "/etc/systemd/system/matrix-corporal.service"
state: absent
when: "not matrix_corporal_enabled"

正在加载...
取消
保存