corrected indentation for nesting

This commit is contained in:
rene
2022-03-23 19:27:59 +01:00
parent aa34d8e135
commit 0789ea52bb

View File

@@ -15,14 +15,14 @@
- include_tasks: configure_bind_snmpd.yml
rescue:
- set_fact: task_failed=true
when: bind == true
when: bind == true
- block:
- include_tasks: install_unbound.yml
- include_tasks: configure_unbound.yml
rescue:
- set_fact: task_failed=true
when: unbound == true
when: unbound == true
rescue:
- set_fact: task_failed=true