Merge "Gather facts for host healthcheck"
This commit is contained in:
commit
080c6da716
@ -26,7 +26,7 @@
|
||||
# Ensure the lxc containers are properly setup
|
||||
- name: Ensuring hosts good behavior
|
||||
hosts: lxc_hosts
|
||||
gather_facts: no
|
||||
gather_facts: yes
|
||||
tasks:
|
||||
- name: Looking for dnsmasq process
|
||||
command: pgrep dnsmasq
|
||||
@ -34,7 +34,7 @@
|
||||
|
||||
- name: Ensuring hosts good behavior
|
||||
hosts: nspawn_hosts
|
||||
gather_facts: no
|
||||
gather_facts: yes
|
||||
tasks:
|
||||
- debug:
|
||||
msg: "To be implemented. Please help."
|
||||
|
Loading…
x
Reference in New Issue
Block a user