mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
95e5f89089
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'] ``` |
||
---|---|---|
.. | ||
ansible |