use correct function to lookup ip addr
This commit is contained in:
parent
02faa0fa0e
commit
b20035b183
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
when: host_is_up|failed
|
when: host_is_up|failed
|
||||||
|
|
||||||
- name: clean out old known_hosts (IP based entries)
|
- name: clean out old known_hosts (IP based entries)
|
||||||
local_action: known_hosts path={{item}} host={{inventory_hostname | ipaddr}} state=absent
|
local_action: known_hosts path={{item}} host={{ lookup('dig', inventory_hostname, wantlist=False) }} state=absent
|
||||||
ignore_errors: True
|
ignore_errors: True
|
||||||
with_items:
|
with_items:
|
||||||
- /root/.ssh/known_hosts
|
- /root/.ssh/known_hosts
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue