ソースを参照

Fix incorrect path

pull/2/head
Slavi Pantaleev 7年前
コミット
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"

読み込み中…
キャンセル
保存