Files
community.general/lib/ansible
Steve Bonds 95e5f89089 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']
```
2019-04-01 17:44:12 -04:00
..
2019-03-28 10:41:39 -07:00
2019-03-28 10:41:39 -07:00
2019-03-12 18:18:38 -04:00
2019-03-11 15:12:14 -04:00
2019-02-11 11:27:44 -06:00
2018-09-04 12:38:29 -04:00