Matrix Docker Ansible eploy
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 

18 wiersze
425 B

  1. ---
  2. - block:
  3. - when: matrix_heisenbridge_enabled | bool
  4. ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_install.yml"
  5. tags:
  6. - setup-all
  7. - setup-heisenbridge
  8. - install-all
  9. - install-heisenbridge
  10. - block:
  11. - when: not matrix_heisenbridge_enabled | bool
  12. ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
  13. tags:
  14. - setup-all
  15. - setup-heisenbridge