From f39e5ffa1d7e157f71bbea15f349097f0ff07822 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Wed, 5 Aug 2015 13:05:59 -0700 Subject: [PATCH] Modify the default for synchronize's dest_port again --- files/synchronize.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/synchronize.py b/files/synchronize.py index 3b73a3e16b7..1b9d4326fb5 100644 --- a/files/synchronize.py +++ b/files/synchronize.py @@ -35,7 +35,7 @@ options: dest_port: 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. - 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" mode: description: