2022-02-05 21:32:54 +01:00
|
|
|
---
|
|
|
|
|
2022-07-18 10:22:05 +02:00
|
|
|
- ansible.builtin.import_tasks: "{{ role_path }}/tasks/init.yml"
|
2022-01-03 21:22:42 +01:00
|
|
|
tags:
|
|
|
|
- always
|
|
|
|
|
2022-07-18 10:22:05 +02:00
|
|
|
- ansible.builtin.import_tasks: "{{ role_path }}/tasks/validate_config.yml"
|
|
|
|
when: "run_setup | bool and matrix_hookshot_enabled | bool"
|
2022-01-30 17:46:40 +01:00
|
|
|
tags:
|
|
|
|
- setup-all
|
|
|
|
- setup-hookshot
|
|
|
|
|
2022-07-18 10:22:05 +02:00
|
|
|
- ansible.builtin.import_tasks: "{{ role_path }}/tasks/setup_install.yml"
|
|
|
|
when: "run_setup | bool and matrix_hookshot_enabled | bool"
|
2022-01-03 21:22:42 +01:00
|
|
|
tags:
|
|
|
|
- setup-all
|
|
|
|
- setup-hookshot
|
|
|
|
|
2022-07-18 10:22:05 +02:00
|
|
|
- ansible.builtin.import_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
|
|
|
|
when: "run_setup | bool and not matrix_hookshot_enabled | bool"
|
2022-01-03 21:22:42 +01:00
|
|
|
tags:
|
|
|
|
- setup-all
|
|
|
|
- setup-hookshot
|