From ed2d8121b3799c6640f8eb9c8c68ed85d22dcfda Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Wed, 5 Aug 2015 12:46:01 -0700 Subject: [PATCH] Update docs to reflect precedence for synchronize's dest_port param --- files/synchronize.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/synchronize.py b/files/synchronize.py index ee815acc561..3b73a3e16b7 100644 --- a/files/synchronize.py +++ b/files/synchronize.py @@ -34,8 +34,8 @@ options: required: true dest_port: description: - - Port number for ssh on the destination host. The ansible_ssh_port inventory var takes precedence over this value. - default: 22 + - 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 version_added: "1.5" mode: description: