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ů.
|
- ---
-
- - tags:
- - setup-all
- - setup-fluffygate
- - install-all
- - install-fluffygate
- block:
- - when: matrix_fluffygate_enabled | bool
- ansible.builtin.include_tasks: "{{ role_path }}/tasks/validate_config.yml"
-
- - when: matrix_fluffygate_enabled | bool
- ansible.builtin.include_tasks: "{{ role_path }}/tasks/install.yml"
-
- - tags:
- - setup-all
- - setup-fluffygate
- block:
- - when: not matrix_fluffygate_enabled | bool
- ansible.builtin.include_tasks: "{{ role_path }}/tasks/uninstall.yml"
|