mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Merge pull request #1455 from bleader/devel
user module: fix typo in documentation
This commit is contained in:
commit
523f2bf327
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ options:
|
||||||
default: rsa
|
default: rsa
|
||||||
version_added: "0.9"
|
version_added: "0.9"
|
||||||
description:
|
description:
|
||||||
- Optionally specify the tyep of SSH key to generate.
|
- Optionally specify the type of SSH key to generate.
|
||||||
Available SSH key types will depend on implementation
|
Available SSH key types will depend on implementation
|
||||||
present on target host.
|
present on target host.
|
||||||
ssh_key_file:
|
ssh_key_file:
|
||||||
|
|
Loading…
Reference in a new issue