mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-10 12:47:39 +01:00
Rename some task files
This commit is contained in:
parent
db0104978f
commit
a51c9521a8
@ -4,7 +4,7 @@
|
|||||||
ansible.builtin.include_tasks: "{{ role_path }}/tasks/validate_config.yml"
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/validate_config.yml"
|
||||||
|
|
||||||
- when: matrix_rageshake_enabled | bool
|
- when: matrix_rageshake_enabled | bool
|
||||||
ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_install.yml"
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/install.yml"
|
||||||
tags:
|
tags:
|
||||||
- setup-all
|
- setup-all
|
||||||
- setup-rageshake
|
- setup-rageshake
|
||||||
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
- block:
|
- block:
|
||||||
- when: not matrix_rageshake_enabled | bool
|
- when: not matrix_rageshake_enabled | bool
|
||||||
ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
|
ansible.builtin.include_tasks: "{{ role_path }}/tasks/uninstall.yml"
|
||||||
tags:
|
tags:
|
||||||
- setup-all
|
- setup-all
|
||||||
- setup-rageshake
|
- setup-rageshake
|
||||||
|
Loading…
Reference in New Issue
Block a user