Parcourir la source

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

Co-authored-by: Slavi Pantaleev <slavi@devture.com>
pull/2043/head
Aine il y a 4 ans
committed by GitHub
Parent
révision
19f5588b0d
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: 4AEE18F83AFDEB23
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      roles/matrix-bot-postmoogle/tasks/setup_install.yml

+ 1
- 1
roles/matrix-bot-postmoogle/tasks/setup_install.yml Voir le fichier

@@ -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


Chargement…
Annuler
Enregistrer