Ver a proveniência
Update roles/matrix-bot-postmoogle/tasks/setup_install.yml
Co-authored-by: Slavi Pantaleev <slavi@devture.com>
pull/2043/head
Aine
há 4 anos
committed by
GitHub
ascendente
cometimento
19f5588b0d
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
-
roles/matrix-bot-postmoogle/tasks/setup_install.yml
|
|
|
@@ -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 |
|
|
|
|