From c20cd3496288b20fe195cec4af5e12d5692aee3a Mon Sep 17 00:00:00 2001 From: Zolfa Date: Sun, 13 Dec 2020 20:32:03 +0100 Subject: [PATCH] roles/lxc_guest: fix: wrong indent --- roles/lxc_guest/tasks/03-monitoring.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/lxc_guest/tasks/03-monitoring.yaml b/roles/lxc_guest/tasks/03-monitoring.yaml index 9bbb671..3484ebf 100644 --- a/roles/lxc_guest/tasks/03-monitoring.yaml +++ b/roles/lxc_guest/tasks/03-monitoring.yaml @@ -11,6 +11,6 @@ {{ hostvars[monitoring_host]['monitoring_facts'] | default({}) | combine({host_fqdn: monitoring_entry}) }} - delegate_facts: true - delegate_to: '{{ monitoring_host }}' + delegate_facts: true + delegate_to: '{{ monitoring_host }}' ...