2022-02-05 21:32:54 +01:00
|
|
|
---
|
|
|
|
|
2022-11-24 10:33:30 +01:00
|
|
|
- block:
|
|
|
|
- when: matrix_mx_puppet_groupme_enabled | bool
|
|
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/validate_config.yml"
|
2021-02-13 05:13:30 +01:00
|
|
|
|
2022-11-24 10:33:30 +01:00
|
|
|
- when: matrix_mx_puppet_groupme_enabled | bool
|
|
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_install.yml"
|
2021-02-13 05:13:30 +01:00
|
|
|
|
2022-11-24 10:33:30 +01:00
|
|
|
- when: not matrix_mx_puppet_groupme_enabled | bool
|
|
|
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
|
2021-02-13 05:13:30 +01:00
|
|
|
tags:
|
|
|
|
- setup-all
|
|
|
|
- setup-mx-puppet-groupme
|