1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Small spelling correction to authorized_key module docs

This commit is contained in:
Nathan L. Walls 2013-04-18 22:16:28 -04:00
parent c35ef43517
commit e8f46822e5

View file

@ -48,7 +48,7 @@ options:
version_added: "1.2" version_added: "1.2"
manage_dir: manage_dir:
description: description:
- Wheter this module should manage the directory of the authorized_keys file - Whether this module should manage the directory of the authorized_keys file
required: false required: false
choices: [ "yes", "no" ] choices: [ "yes", "no" ]
default: "yes" default: "yes"