mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-31 13:29:08 -07:00
Fix documentation description of remote_addr
for docker connection plugin (#33520)
This commit is contained in:
parent
03d1e63f57
commit
b4e6028ee7
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ DOCUMENTATION = """
|
||||||
default: ''
|
default: ''
|
||||||
remote_addr:
|
remote_addr:
|
||||||
description:
|
description:
|
||||||
- The path of the chroot you want to access.
|
- The name of the container you want to access.
|
||||||
default: inventory_hostname
|
default: inventory_hostname
|
||||||
vars:
|
vars:
|
||||||
- name: ansible_host
|
- name: ansible_host
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue