Explorar el Código

Create dckr-src file path only when neccessary

Co-authored-by: Slavi Pantaleev <slavi@devture.com>
pull/1894/head
Julian-Samuel Gebühr hace 3 años
committed by GitHub
padre
commit
ba0caf395a
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      roles/matrix-bot-maubot/tasks/setup_install.yml

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

@@ -10,7 +10,7 @@
with_items:
- {path: "{{ matrix_bot_maubot_base_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"

- name: Ensure maubot configuration file created


Cargando…
Cancelar
Guardar