From 0f6c158b3ee6addc7ecf55f8b6d0644585645fed Mon Sep 17 00:00:00 2001 From: Baptiste Mille-Mathias Date: Sun, 27 Mar 2022 19:39:05 +0200 Subject: [PATCH] remove obsolete comment --- plugins/modules/synchronize.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/modules/synchronize.py b/plugins/modules/synchronize.py index 6e6d5a4..edb4d50 100644 --- a/plugins/modules/synchronize.py +++ b/plugins/modules/synchronize.py @@ -37,7 +37,6 @@ options: dest_port: description: - Port number for ssh on the destination host. - - Prior to Ansible 2.0, the C(ansible_ssh_port) inventory var took precedence over this value. - This parameter defaults to the value of C(ansible_port), the C(remote_port) config setting or the value from ssh client configuration if none of the former have been set. type: int