From 6633ae1afaa189307fcdaff61bfb155b7d171943 Mon Sep 17 00:00:00 2001 From: John R Barker Date: Thu, 6 Apr 2017 19:17:59 +0100 Subject: [PATCH] look_for_keys & allow_agent actually added in 2.4 https://github.com/ansible/ansible/pull/22429 was merged, though not cherry picked into stable-2.3, so update docs --- lib/ansible/modules/network/netconf/netconf_config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/network/netconf/netconf_config.py b/lib/ansible/modules/network/netconf/netconf_config.py index 5e071b3c692..67c88fd98ca 100644 --- a/lib/ansible/modules/network/netconf/netconf_config.py +++ b/lib/ansible/modules/network/netconf/netconf_config.py @@ -59,14 +59,14 @@ options: - if false, disables looking for ssh keys default: true required: false - version_added: "2.3" + version_added: "2.4" allow_agent: description: - if true, enables querying SSH agent (if found) for keys - if false, disables querying the SSH agent for ssh keys default: true required: false - version_added: "2.3" + version_added: "2.4" username: description: - the username to authenticate with