Browse Source

Rename some task files

pull/2510/head
Slavi Pantaleev 3 years ago
parent
commit
a51c9521a8
3 changed files with 2 additions and 2 deletions
  1. +0
    -0
      roles/custom/matrix-rageshake/tasks/install.yml
  2. +2
    -2
      roles/custom/matrix-rageshake/tasks/main.yml
  3. +0
    -0
      roles/custom/matrix-rageshake/tasks/uninstall.yml

roles/custom/matrix-rageshake/tasks/setup_install.yml → roles/custom/matrix-rageshake/tasks/install.yml View File


+ 2
- 2
roles/custom/matrix-rageshake/tasks/main.yml View File

@@ -4,7 +4,7 @@
ansible.builtin.include_tasks: "{{ role_path }}/tasks/validate_config.yml"

- 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:
- setup-all
- setup-rageshake
@@ -13,7 +13,7 @@

- block:
- 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:
- setup-all
- setup-rageshake

roles/custom/matrix-rageshake/tasks/setup_uninstall.yml → roles/custom/matrix-rageshake/tasks/uninstall.yml View File


Loading…
Cancel
Save