Ver a proveniência

Create dckr-src file path only when neccessary

Co-authored-by: Slavi Pantaleev <slavi@devture.com>
pull/1894/head
Julian-Samuel Gebühr há 4 anos
committed by GitHub
ascendente
cometimento
ba0caf395a
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      roles/matrix-bot-maubot/tasks/setup_install.yml

+ 1
- 1
roles/matrix-bot-maubot/tasks/setup_install.yml Ver ficheiro

@@ -10,7 +10,7 @@
with_items: with_items:
- {path: "{{ matrix_bot_maubot_base_path }}", when: true} - {path: "{{ matrix_bot_maubot_base_path }}", when: true}
- {path: "{{ matrix_bot_maubot_data_path }}", when: true} - {path: "{{ matrix_bot_maubot_data_path }}", when: true}
- {path: "{{ matrix_bot_maubot_docker_src_files_path }}", when: true}
- {path: "{{ matrix_bot_maubot_docker_src_files_path }}", when: "{{ matrix_bot_maubot_container_image_self_build }}"}
when: "item.when|bool" when: "item.when|bool"


- name: Ensure maubot configuration file created - name: Ensure maubot configuration file created


Carregando…
Cancelar
Guardar