Remove unused validate_config.yml, since it causes ansible warnings

This commit is contained in:
shadow 2020-07-10 19:20:36 +02:00 committed by Slavi Pantaleev
parent eff55e4d00
commit ddfc945fcf
2 changed files with 0 additions and 6 deletions

View file

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

View file

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