|
|
@@ -9,7 +9,7 @@ |
|
|
group: "{{ matrix_user_groupname }}" |
|
|
group: "{{ matrix_user_groupname }}" |
|
|
with_items: |
|
|
with_items: |
|
|
- {path: "{{ matrix_bot_matrix_registration_bot_config_path }}", when: true} |
|
|
- {path: "{{ matrix_bot_matrix_registration_bot_config_path }}", when: true} |
|
|
- - {path: "{{ matrix_bot_matrix_registration_bot_data_path }}", when: true} |
|
|
|
|
|
|
|
|
- {path: "{{ matrix_bot_matrix_registration_bot_data_path }}", when: true} |
|
|
- {path: "{{ matrix_bot_matrix_registration_bot_docker_src_files_path }}", when: true} |
|
|
- {path: "{{ matrix_bot_matrix_registration_bot_docker_src_files_path }}", when: true} |
|
|
when: "item.when | bool" |
|
|
when: "item.when | bool" |
|
|
|
|
|
|
|
|
|