Matrix Docker Ansible eploy
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 

21 righe
566 B

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