mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
We need to save the basename into an attribute for calling code
This commit is contained in:
parent
5d90ebb28e
commit
a82fea65c1
1 changed files with 1 additions and 1 deletions
|
@ -506,7 +506,7 @@ class PluginLoader:
|
|||
if not found_in_cache:
|
||||
self._load_config_defs(basename, path)
|
||||
|
||||
self._update_object(obj, name, path)
|
||||
self._update_object(obj, basename, path)
|
||||
yield obj
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue