Update docs to reflect precedence for synchronize's dest_port param
This commit is contained in:
parent
9ba5a438a8
commit
052320b452
1 changed files with 2 additions and 2 deletions
|
@ -34,8 +34,8 @@ options:
|
||||||
required: true
|
required: true
|
||||||
dest_port:
|
dest_port:
|
||||||
description:
|
description:
|
||||||
- Port number for ssh on the destination host. The ansible_ssh_port inventory var takes precedence over this value.
|
- Port number for ssh on the destination host. Prior to ansible 2.0, the ansible_ssh_port inventory var took precedence over this value.
|
||||||
default: 22
|
default: Value of ansible_ssh_port for this host or 22 if that is not set
|
||||||
version_added: "1.5"
|
version_added: "1.5"
|
||||||
mode:
|
mode:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Add table
Reference in a new issue