Modify the default for synchronize's dest_port again

This commit is contained in:
Toshio Kuratomi 2015-08-05 13:05:59 -07:00 committed by Matt Clay
parent 052320b452
commit a10b0e6fff

View file

@ -35,7 +35,7 @@ options:
dest_port: dest_port:
description: description:
- Port number for ssh on the destination host. Prior to ansible 2.0, the ansible_ssh_port inventory var took 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: Value of ansible_ssh_port for this host or 22 if that is not set default: Value of ansible_ssh_port for this host, remote_port config setting, or 22 if none of those are set
version_added: "1.5" version_added: "1.5"
mode: mode:
description: description: