
The inventory lookup to determine the map of physical_host -> ansible_host vars was never locating ansible_host, and instead always defaulted to physical_host's inventory_hostname. This fixes the lookup so the inventory_hostname will only be used as a fallback if ansible_host is not set on the physical_host. Change-Id: Ibbadbaf2a6a5b7323ee6587da3773b8459fa2eb6
Description
Languages
Python
100%