mirror of https://github.com/ansible/ansible.git
Clarify source of the host name (#54693)
The host could have been either the inventory name (`inventory_hostname`) or the discovered hostname (`ansible_hostname`) Inspecting the source code of `fetch.py` shows that the inventory name is preferred. ``` if 'inventory_hostname' in task_vars: target_name = task_vars['inventory_hostname'] ```pull/54698/head
parent
c9d183f1f7
commit
95e5f89089
Loading…
Reference in New Issue