Merge pull request #3962 from luixxiul/fix

Move config j2 files out of "config" subfolder for consistency
This commit is contained in:
Slavi Pantaleev 2025-01-18 17:46:25 +02:00 committed by GitHub
commit 3e06e4be63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
- name: Ensure matrix-registration-bot configuration file created - name: Ensure matrix-registration-bot configuration file created
ansible.builtin.template: 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" dest: "{{ matrix_bot_matrix_registration_bot_config_path }}/config.yml"
owner: "{{ matrix_user_username }}" owner: "{{ matrix_user_username }}"
group: "{{ matrix_user_groupname }}" group: "{{ matrix_user_groupname }}"

View File

@ -20,7 +20,7 @@
- name: Ensure maubot configuration file created - name: Ensure maubot configuration file created
ansible.builtin.template: ansible.builtin.template:
src: "{{ role_path }}/templates/config/config.yaml.j2" src: "{{ role_path }}/templates/config.yaml.j2"
dest: "{{ matrix_bot_maubot_config_path }}/config.yaml" dest: "{{ matrix_bot_maubot_config_path }}/config.yaml"
owner: "{{ matrix_user_username }}" owner: "{{ matrix_user_username }}"
group: "{{ matrix_user_groupname }}" group: "{{ matrix_user_groupname }}"