Fix diff for plugin options. (#1146)

This commit is contained in:
Felix Fontein 2025-10-07 18:31:27 +02:00 committed by GitHub
parent ebb8569b5f
commit 54c2e49fdf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

@ -0,0 +1,2 @@
bugfixes:
- "docker_plugin - fix diff mode for plugin options (https://github.com/ansible-collections/community.docker/pull/1146)."

View File

@ -228,7 +228,7 @@ class DockerPluginManager(object):
if not settings:
differences.add(
"plugin_options",
parameters=self.parameters.plugin_options,
parameter=self.parameters.plugin_options,
active=settings,
)
else: