소스 검색

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"


불러오는 중...
취소
저장