Explorar el Código

Rename some task files

pull/2510/head
Slavi Pantaleev hace 3 años
padre
commit
a51c9521a8
Se han modificado 3 ficheros con 2 adiciones y 2 borrados
  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 Ver fichero


+ 2
- 2
roles/custom/matrix-rageshake/tasks/main.yml Ver fichero

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


Cargando…
Cancelar
Guardar