corrected indentation for nesting
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user