Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docker_host_info: correctly set can_talk_is_docker #995

Merged
merged 1 commit into from
Nov 23, 2024

Conversation

felixfontein
Copy link
Collaborator

SUMMARY

Fixes #993.

Also if a valid api_version is supplied that's not supported by the Daemon, the value was set wrongly in the past.

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

docker_host_info

@felixfontein felixfontein added the backport-3 Automatically create a backport for the stable-3 branch label Nov 23, 2024
@felixfontein felixfontein merged commit 78bdccd into ansible-collections:main Nov 23, 2024
78 checks passed
Copy link
Contributor

patchback bot commented Nov 23, 2024

Backport to stable-3: 💚 backport PR created

✅ Backport PR branch: patchback/backports/stable-3/78bdccd453a3f9ff121ddbdfda453e3fc287bca3/pr-995

Backported as #996

🤖 @patchback
I'm built with octomachinery and
my source is open — https://github.com/sanitizers/patchback-github-app.

@felixfontein felixfontein deleted the info branch November 23, 2024 12:19
patchback bot pushed a commit that referenced this pull request Nov 23, 2024
felixfontein added a commit that referenced this pull request Nov 23, 2024
(cherry picked from commit 78bdccd)

Co-authored-by: Felix Fontein <[email protected]>
@ArKam
Copy link

ArKam commented Nov 25, 2024

Woooh, thanks a lot! It was the fastest PR resolution that I ever experienced!

Cool!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-3 Automatically create a backport for the stable-3 branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

module docker_host_info never return expected can_talk_to_docker value on success.
2 participants