2022-02-05 21:32:54 +01:00
|
|
|
---
|
|
|
|
|
2022-11-24 10:33:30 +01:00
|
|
|
- block:
|
|
|
|
- when: matrix_hookshot_enabled | bool
|
|
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/inject_into_nginx_proxy.yml"
|
2022-01-03 21:22:42 +01:00
|
|
|
tags:
|
2022-11-23 14:52:58 +01:00
|
|
|
- setup-all
|
|
|
|
- setup-nginx-proxy
|
2022-01-03 21:22:42 +01:00
|
|
|
|
2022-11-24 10:33:30 +01:00
|
|
|
- block:
|
|
|
|
- when: matrix_hookshot_enabled | bool
|
|
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/validate_config.yml"
|
2022-01-30 17:46:40 +01:00
|
|
|
|
2022-11-24 10:33:30 +01:00
|
|
|
- when: matrix_hookshot_enabled | bool
|
|
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_install.yml"
|
2022-01-03 21:22:42 +01:00
|
|
|
|
2022-11-24 10:33:30 +01:00
|
|
|
- when: not matrix_hookshot_enabled | bool
|
|
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
|
2022-01-03 21:22:42 +01:00
|
|
|
tags:
|
|
|
|
- setup-all
|
|
|
|
- setup-hookshot
|