Rename some task files

This commit is contained in:
Slavi Pantaleev 2023-02-25 12:23:45 +02:00
parent db0104978f
commit a51c9521a8
3 changed files with 2 additions and 2 deletions

View File

@ -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