瀏覽代碼

Clarify task name and add user and group to templated env file

Co-authored-by: Slavi Pantaleev <slavi@devture.com>
pull/2375/head
Paul N 3 年之前
committed by GitHub
父節點
當前提交
b89f5b7ff5
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 3 行新增1 行删除
  1. +3
    -1
      roles/custom/matrix-user-verification-service/tasks/setup_install.yml

+ 3
- 1
roles/custom/matrix-user-verification-service/tasks/setup_install.yml 查看文件

@@ -28,10 +28,12 @@
# TODO
# when: "matrix_user_verification_service_container_image_self_build|bool"

- name: write env file
- name: Ensure Matrix User Verification Service env file installed
ansible.builtin.template:
src: "{{ role_path }}/templates/.env.j2"
dest: "{{ matrix_user_verification_service_config_env_file }}"
owner: "{{ matrix_user_username }}"
group: "{{ matrix_user_groupname }}"
mode: 0644

- name: Ensure matrix-user-verification-service.service installed


Loading…
取消
儲存