Просмотр исходного кода

Merge pull request #3962 from luixxiul/fix

Move config j2 files out of "config" subfolder for consistency
pull/3965/head
Slavi Pantaleev 1 год назад
committed by GitHub
Родитель
Сommit
3e06e4be63
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: B5690EEEBB952194
4 измененных файлов: 2 добавлений и 2 удалений
  1. +1
    -1
      roles/custom/matrix-bot-matrix-registration-bot/tasks/setup_install.yml
  2. +0
    -0
      roles/custom/matrix-bot-matrix-registration-bot/templates/config.yml.j2
  3. +1
    -1
      roles/custom/matrix-bot-maubot/tasks/setup_install.yml
  4. +0
    -0
      roles/custom/matrix-bot-maubot/templates/config.yaml.j2

+ 1
- 1
roles/custom/matrix-bot-matrix-registration-bot/tasks/setup_install.yml Просмотреть файл

@@ -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 }}"


roles/custom/matrix-bot-matrix-registration-bot/templates/config/config.yml.j2 → roles/custom/matrix-bot-matrix-registration-bot/templates/config.yml.j2 Просмотреть файл


+ 1
- 1
roles/custom/matrix-bot-maubot/tasks/setup_install.yml Просмотреть файл

@@ -20,7 +20,7 @@

- name: Ensure maubot configuration file created
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"
owner: "{{ matrix_user_username }}"
group: "{{ matrix_user_groupname }}"


roles/custom/matrix-bot-maubot/templates/config/config.yaml.j2 → roles/custom/matrix-bot-maubot/templates/config.yaml.j2 Просмотреть файл


Загрузка…
Отмена
Сохранить