Explorar el Código

Remove unused validate_config.yml, since it causes ansible warnings

pull/578/head
shadow hace 5 años
committed by Slavi Pantaleev
padre
commit
ddfc945fcf
Se han modificado 2 ficheros con 0 adiciones y 6 borrados
  1. +0
    -5
      roles/matrix-base/tasks/main.yml
  2. +0
    -1
      roles/matrix-base/tasks/validate_config.yml

+ 0
- 5
roles/matrix-base/tasks/main.yml Ver fichero

@@ -2,11 +2,6 @@
tags:
- always

- import_tasks: "{{ role_path }}/tasks/validate_config.yml"
when: "run_setup|bool"
tags:
- setup-all

- import_tasks: "{{ role_path }}/tasks/clean_up_old_files.yml"
when: run_setup|bool
tags:


+ 0
- 1
roles/matrix-base/tasks/validate_config.yml Ver fichero

@@ -1 +0,0 @@
---

Cargando…
Cancelar
Guardar