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.
 
 

21 wiersze
542 B

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