mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
F5: correct check in _transform_api_names API (#53269)
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
@@ -690,7 +690,7 @@ class ModuleManager(object):
|
||||
return result
|
||||
|
||||
def _transform_api_names(self, item):
|
||||
if 'subPath' in item and ['subPath'] is None:
|
||||
if 'subPath' in item and item['subPath'] is None:
|
||||
return item['name']
|
||||
result = transform_name(item['fullPath'])
|
||||
return result
|
||||
|
||||
Reference in New Issue
Block a user