|
|
|
@@ -15,7 +15,7 @@ |
|
|
|
|
|
|
|
- name: Ensure matrix-registration-bot configuration file created |
|
|
|
ansible.builtin.template: |
|
|
|
src: "{{ role_path }}/templates/config/config.yml.j2" |
|
|
|
src: "{{ role_path }}/templates/config.yml.j2" |
|
|
|
dest: "{{ matrix_bot_matrix_registration_bot_config_path }}/config.yml" |
|
|
|
owner: "{{ matrix_user_username }}" |
|
|
|
group: "{{ matrix_user_groupname }}" |
|
|
|
|