Matrix Docker Ansible eploy
Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
- ---
-
- - import_tasks: "{{ role_path }}/tasks/dendrite/setup_install.yml"
- when: matrix_dendrite_enabled|bool
-
- - import_tasks: "{{ role_path }}/tasks/dendrite/setup_uninstall.yml"
- when: "not matrix_dendrite_enabled|bool"
|