mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-16 20:08:41 +00:00
Fix diff for plugin options. (#1146)
This commit is contained in:
parent
ebb8569b5f
commit
54c2e49fdf
2
changelogs/fragments/1146-fix.yml
Normal file
2
changelogs/fragments/1146-fix.yml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
bugfixes:
|
||||||
|
- "docker_plugin - fix diff mode for plugin options (https://github.com/ansible-collections/community.docker/pull/1146)."
|
||||||
@ -228,7 +228,7 @@ class DockerPluginManager(object):
|
|||||||
if not settings:
|
if not settings:
|
||||||
differences.add(
|
differences.add(
|
||||||
"plugin_options",
|
"plugin_options",
|
||||||
parameters=self.parameters.plugin_options,
|
parameter=self.parameters.plugin_options,
|
||||||
active=settings,
|
active=settings,
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user