Merge "Gather facts for host healthcheck"

This commit is contained in:
Zuul 2018-09-04 09:53:32 +00:00 committed by Gerrit Code Review
commit 080c6da716

View File

@ -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."