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

Slightly revise wording.

This commit is contained in:
Michael DeHaan 2014-04-02 17:43:40 -04:00
parent dff5368e43
commit 90c137dea3

View file

@ -48,10 +48,11 @@ options:
version_added: "1.2" version_added: "1.2"
manage_dir: manage_dir:
description: description:
- Whether this module should manage (create it, change owner and - Whether this module should manage the directory of the authorized key file. If
permissions) the directory of the authorized_keys file. Make sure to set, the module will create the directory, as well as set the owner and permissions
of an existing directory. Be sure to
set C(manage_dir=no) if you are using an alternate directory for set C(manage_dir=no) if you are using an alternate directory for
authorized_keys set with C(path), since you could lock yourself out of authorized_keys, as set with C(path), since you could lock yourself out of
SSH access. See the example below. SSH access. See the example below.
required: false required: false
choices: [ "yes", "no" ] choices: [ "yes", "no" ]