Commit dff5368e by Michael DeHaan

Merge branch 'authorized_key-manage_dir' of git://github.com/tyll/ansible into devel

parents a4bce09a 65deb7f5
......@@ -48,7 +48,11 @@ options:
version_added: "1.2"
manage_dir:
description:
- Whether this module should manage the directory of the authorized_keys file. Make 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 SSH access. See the example below.
- Whether this module should manage (create it, change owner and
permissions) the directory of the authorized_keys file. Make 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
SSH access. See the example below.
required: false
choices: [ "yes", "no" ]
default: "yes"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment