This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
lilik_playbook
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
roles/lxc_guest: fix: wrong indent
python3
Zolfa
4 years ago
parent
7d08549f69
commit
c20cd34962
Signed by:
zolfa
GPG Key ID:
E1A43B038C4D6616
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 }}'
...
Write
Preview
Loading…
Cancel
Save