Fix Unix socket path. (#736)

This commit is contained in:
Felix Fontein
2024-01-01 22:53:58 +01:00
committed by GitHub
parent 56bbef2b44
commit 199d9e50d3
5 changed files with 8 additions and 6 deletions
+2
View File
@@ -0,0 +1,2 @@
bugfixes:
- "Use ``unix:///var/run/docker.sock`` instead of the legacy ``unix://var/run/docker.sock`` as default for ``docker_host`` (https://github.com/ansible-collections/community.docker/pull/736)."