From b4e6028ee7302d9ae8114a3448271f272db849f3 Mon Sep 17 00:00:00 2001 From: Alexandre Garnier Date: Wed, 6 Dec 2017 22:41:33 +0100 Subject: [PATCH] Fix documentation description of `remote_addr` for docker connection plugin (#33520) --- lib/ansible/plugins/connection/docker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/plugins/connection/docker.py b/lib/ansible/plugins/connection/docker.py index a05de0294d7..2c11b26aa8b 100644 --- a/lib/ansible/plugins/connection/docker.py +++ b/lib/ansible/plugins/connection/docker.py @@ -32,7 +32,7 @@ DOCUMENTATION = """ default: '' remote_addr: description: - - The path of the chroot you want to access. + - The name of the container you want to access. default: inventory_hostname vars: - name: ansible_host