mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-02 14:40:19 -07:00
Merge pull request #15281 from jpic/fix_plugin_configuration
Regression fix: proper plugin configuration was reset
This commit is contained in:
commit
6a3670b1f0
2 changed files with 14 additions and 1 deletions
|
@ -66,7 +66,7 @@ class PluginLoader:
|
|||
|
||||
if config and not isinstance(config, list):
|
||||
config = [config]
|
||||
else:
|
||||
elif not config:
|
||||
config = []
|
||||
|
||||
self.config = config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue