diff options
author | John R Barker <john@johnrbarker.com> | 2017-04-06 19:17:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-06 19:17:59 +0100 |
commit | 6633ae1afaa189307fcdaff61bfb155b7d171943 (patch) | |
tree | 360c5cddff7aa6c7e308356b5ec5d63a413d25b4 /lib/ansible/modules/network/netconf/netconf_config.py | |
parent | 3c75808c5c36a7529a93ac1bba9014907fa3e349 (diff) | |
download | ansible-6633ae1afaa189307fcdaff61bfb155b7d171943.tar.gz |
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
Diffstat (limited to 'lib/ansible/modules/network/netconf/netconf_config.py')
-rw-r--r-- | lib/ansible/modules/network/netconf/netconf_config.py | 4 |
1 files 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 5e071b3c69..67c88fd98c 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 |