2022-02-05 20:32:54 +00:00
|
|
|
---
|
|
|
|
|
2022-07-18 08:22:05 +00:00
|
|
|
- ansible.builtin.import_tasks: "{{ role_path }}/tasks/validate_config.yml"
|
|
|
|
when: "run_setup | bool and matrix_corporal_enabled | bool"
|
2019-01-16 16:05:48 +00:00
|
|
|
tags:
|
|
|
|
- setup-all
|
|
|
|
- setup-corporal
|
|
|
|
|
2022-07-18 08:22:05 +00:00
|
|
|
- ansible.builtin.import_tasks: "{{ role_path }}/tasks/setup_corporal.yml"
|
|
|
|
when: run_setup | bool
|
2019-01-12 15:53:00 +00:00
|
|
|
tags:
|
|
|
|
- setup-all
|
|
|
|
- setup-corporal
|
|
|
|
|
2022-07-18 08:22:05 +00:00
|
|
|
- ansible.builtin.import_tasks: "{{ role_path }}/tasks/self_check_corporal.yml"
|
2019-01-12 15:53:00 +00:00
|
|
|
delegate_to: 127.0.0.1
|
|
|
|
become: false
|
2022-07-18 08:22:05 +00:00
|
|
|
when: "run_self_check | bool and matrix_corporal_enabled | bool"
|
2019-01-12 15:53:00 +00:00
|
|
|
tags:
|
2019-05-21 15:25:59 +00:00
|
|
|
- self-check
|