Browse Source

roles/lxc_guest: fix: wrong indent

python3
Zolfa 3 years ago
parent
commit
c20cd34962
Signed by: zolfa GPG Key ID: E1A43B038C4D6616
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      roles/lxc_guest/tasks/03-monitoring.yaml

+ 2
- 2
roles/lxc_guest/tasks/03-monitoring.yaml View File

@ -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 }}'
...

Loading…
Cancel
Save