Преглед изворни кода

Create dckr-src file path only when neccessary

Co-authored-by: Slavi Pantaleev <slavi@devture.com>
pull/1894/head
Julian-Samuel Gebühr пре 4 година
committed by GitHub
родитељ
комит
ba0caf395a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      roles/matrix-bot-maubot/tasks/setup_install.yml

+ 1
- 1
roles/matrix-bot-maubot/tasks/setup_install.yml Прегледај датотеку

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


Loading…
Откажи
Сачувај