de3f7c7739
* fix delegated interpeter * allow returning fact if it is 'the right host' * added note for future fix/efficiency as it stands we rerun discovery for the delegated host unless its saving facts to itself * fixed test lacking delegate_to mock
3 lines
193 B
YAML
3 lines
193 B
YAML
bugfixes:
|
|
- interpreter discovery will now use correct vars (from delegated host) when in delegate_to task.
|
|
- discovery will NOT update incorrect host anymore when in delegate_to task.
|