Skip to content

Commit

Permalink
Slightly revise wording.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael DeHaan committed Apr 2, 2014
1 parent dff5368 commit 90c137d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions library/system/authorized_key
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,11 @@ options:
version_added: "1.2"
manage_dir:
description:
- Whether this module should manage (create it, change owner and
permissions) the directory of the authorized_keys file. Make sure to
- Whether this module should manage the directory of the authorized key file. If
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
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.
required: false
choices: [ "yes", "no" ]
Expand Down

0 comments on commit 90c137d

Please sign in to comment.