summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Coca <brian.coca+git@gmail.com>2016-05-23 10:35:03 -0400
committerBrian Coca <brian.coca+git@gmail.com>2016-05-23 10:35:03 -0400
commitecee427cbc268929d61ed0683031e1216fa79698 (patch)
treef494d732f60b9b61a92eeda6f6bce8ee49ab0e59
parentd54905ecee6926f2c863eeeabab52b5c6d85970b (diff)
downloadansible-modules-extras-ecee427cbc268929d61ed0683031e1216fa79698.tar.gz
added note about behaviour change in 2.2
-rw-r--r--system/known_hosts.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/system/known_hosts.py b/system/known_hosts.py
index f7d36b9b..d1890af5 100644
--- a/system/known_hosts.py
+++ b/system/known_hosts.py
@@ -23,9 +23,10 @@ DOCUMENTATION = '''
module: known_hosts
short_description: Add or remove a host from the C(known_hosts) file
description:
- - The M(known_hosts) module lets you add or remove a host keys from the C(known_hosts) file. Multiple entries per host are allowed, but only one for each key type supported by ssh.
- This is useful if you're going to want to use the M(git) module over ssh, for example.
- If you have a very large number of host keys to manage, you will find the M(template) module more useful.
+ - The M(known_hosts) module lets you add or remove a host keys from the C(known_hosts) file.
+ - Starting at Ansible 2.2, multiple entries per host are allowed, but only one for each key type supported by ssh.
+ This is useful if you're going to want to use the M(git) module over ssh, for example.
+ - If you have a very large number of host keys to manage, you will find the M(template) module more useful.
version_added: "1.9"
options:
name: