Matrix Docker Ansible eploy
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

21 lines
629 B

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