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

Only create docker-src directory for matrix-registration-bot when self building is enabled

pull/3903/head
Slavi Pantaleev 1 год назад
Родитель
Сommit
47a337258c
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      roles/custom/matrix-bot-matrix-registration-bot/tasks/setup_install.yml

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

@@ -10,7 +10,7 @@
with_items: with_items:
- {path: "{{ matrix_bot_matrix_registration_bot_config_path }}", when: true} - {path: "{{ matrix_bot_matrix_registration_bot_config_path }}", when: true}
- {path: "{{ matrix_bot_matrix_registration_bot_data_path }}", when: true} - {path: "{{ matrix_bot_matrix_registration_bot_data_path }}", when: true}
- {path: "{{ matrix_bot_matrix_registration_bot_docker_src_files_path }}", when: true}
- {path: "{{ matrix_bot_matrix_registration_bot_docker_src_files_path }}", when: "{{ matrix_bot_matrix_registration_bot_container_image_self_build }}"}
when: "item.when | bool" when: "item.when | bool"


- name: Ensure matrix-registration-bot configuration file created - name: Ensure matrix-registration-bot configuration file created


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