__init__.py
24.9 KB
-
Fetch vars for host directly when calculating the delegated user · d19fe8d9
This fixes the case in which the delegated to host may not be in the specified hosts list, in which cases facts/vars for the host were not available in the injected hostvars. This also fixes the inventory variable fetching function, so that an unknown host raises a proper error as opposed to a NoneType exception. Fixes #8224
James Cammarata committed