You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Separating the list of lookup functions from the logic that executes the lookups. This will improve the extendability of the inventory plugin by allowing the addition of more lookups without having to re-implement or change the refresh_lookups method.
@ChrisPortman since you're the original author of this PR, could you submit a new one to this repo? We're pulling the latest devel version of the Inventory plugin out of Ansible Core and into this collection for future development.
The text was updated successfully, but these errors were encountered:
I would also like to note that subclassing will not be officially supported by this Inventory plugin. Any issues that arise from subclassing that cannot be reproduced using the plugin alone will be up to the individual to resolve.
ISSUE TYPE
SUMMARY
Separating the list of lookup functions from the logic that executes the lookups. This will improve the extendability of the inventory plugin by allowing the addition of more lookups without having to re-implement or change the
refresh_lookups
method.Original Ansible Core PR:
ansible/ansible#59662
@ChrisPortman since you're the original author of this PR, could you submit a new one to this repo? We're pulling the latest devel version of the Inventory plugin out of Ansible Core and into this collection for future development.
The text was updated successfully, but these errors were encountered: