Always run the check to see if the host is up or not

This commit is contained in:
Kevin Fenzi 2016-07-06 16:18:20 +00:00
parent 2554a35bf7
commit 18e2fcf325

View file

@ -5,6 +5,7 @@
register: host_is_up
ignore_errors: true
changed_when: false
always_run: true
- name: clean out old known_hosts (name based entries)
local_action: known_hosts path={{item}} host={{inventory_hostname}} state=absent