correct version_added for known_hosts
It was added in 1.9, not 1.6.
This commit is contained in:
parent
8d086a2444
commit
12b2cab5ba
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ description:
|
||||||
- The M(known_hosts) module lets you add or remove a host from the C(known_hosts) file.
|
- 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.
|
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.
|
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:
|
options:
|
||||||
name:
|
name:
|
||||||
aliases: [ 'host' ]
|
aliases: [ 'host' ]
|
||||||
|
|
Loading…
Reference in a new issue