From 12b2cab5baca98099546772531cb098462d67352 Mon Sep 17 00:00:00 2001 From: Tyler Kellen Date: Sat, 28 Mar 2015 13:20:30 -0600 Subject: [PATCH] correct version_added for known_hosts It was added in 1.9, not 1.6. --- lib/ansible/modules/extras/system/known_hosts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/extras/system/known_hosts.py b/lib/ansible/modules/extras/system/known_hosts.py index d4a6e9c35e0..893eca3dcb7 100644 --- a/lib/ansible/modules/extras/system/known_hosts.py +++ b/lib/ansible/modules/extras/system/known_hosts.py @@ -26,7 +26,7 @@ description: - The M(known_hosts) module lets you add or remove a host from the C(known_hosts) file. 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.6" +version_added: "1.9" options: name: aliases: [ 'host' ]