ソースを参照

fixed path to config template

pull/622/head
Sabine Laszakovits 5年前
committed by Stuart Mumford
コミット
2bb44f2169
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      roles/matrix-maubot/tasks/main.yml

+ 1
- 1
roles/matrix-maubot/tasks/main.yml ファイルの表示

@@ -17,7 +17,7 @@

- name: Create Config File
template:
src: maubot_config.yaml.j2
src: "{{ role_path }}/templates/maubot_config.yaml.j2"
dest: "{{ matrix_maubot_config_path }}"
owner: "{{ matrix_user_username }}"
mode: "u=rwx"


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