mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Merge pull request #15281 from jpic/fix_plugin_configuration
Regression fix: proper plugin configuration was reset
This commit is contained in:
@@ -66,7 +66,7 @@ class PluginLoader:
|
||||
|
||||
if config and not isinstance(config, list):
|
||||
config = [config]
|
||||
else:
|
||||
elif not config:
|
||||
config = []
|
||||
|
||||
self.config = config
|
||||
|
||||
Reference in New Issue
Block a user