Explorar el Código

Update roles/matrix-bot-postmoogle/tasks/setup_install.yml

Co-authored-by: Slavi Pantaleev <slavi@devture.com>
pull/2043/head
Aine hace 3 años
committed by GitHub
padre
commit
19f5588b0d
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-postmoogle/tasks/setup_install.yml

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

@@ -34,7 +34,7 @@
with_items:
- {path: "{{ matrix_bot_postmoogle_config_path }}", when: true}
- {path: "{{ matrix_bot_postmoogle_data_path }}", when: true}
- {path: "{{ matrix_bot_postmoogle_docker_src_files_path }}", when: true}
- {path: "{{ matrix_bot_postmoogle_docker_src_files_path }}", when: matrix_bot_postmoogle_container_image_self_build}
when: "item.when | bool"

- name: Ensure postmoogle environment variables file created


Cargando…
Cancelar
Guardar