add some hookshot config validation

This commit is contained in:
HarHarLinks
2022-01-30 17:46:40 +01:00
parent f47bfdfb4f
commit 4477711e79
2 changed files with 65 additions and 0 deletions

View File

@@ -2,6 +2,12 @@
tags:
- always
- import_tasks: "{{ role_path }}/tasks/validate_config.yml"
when: "run_setup|bool and matrix_hookshot_enabled|bool"
tags:
- setup-all
- setup-hookshot
- import_tasks: "{{ role_path }}/tasks/setup_install.yml"
when: "run_setup|bool and matrix_hookshot_enabled|bool"
tags: