diff --git a/playbooks/healthcheck-hosts.yml b/playbooks/healthcheck-hosts.yml index 5c2884df96..c8cc46386e 100644 --- a/playbooks/healthcheck-hosts.yml +++ b/playbooks/healthcheck-hosts.yml @@ -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."