Skip to content

Commit

Permalink
Docs: fix unclearence add example with reletive pathes ansible-collec…
Browse files Browse the repository at this point in the history
  • Loading branch information
atom4git committed Sep 5, 2023
1 parent 542643e commit 89ff6d7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions plugins/modules/authorized_key.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
required: true
path:
description:
- Alternate path to the authorized_keys file.
- When unset, this value defaults to I(~/.ssh/authorized_keys).
- It's not necessary to set this key. The default value should be enough most of the time.
type: path
manage_dir:
description:
Expand Down Expand Up @@ -204,7 +203,7 @@
# =========
# user = username
# key = line to add to authorized_keys for user
# path = path to the user's authorized_keys file (default: ~/.ssh/authorized_keys)
# path = path to the user's authorized_keys file (default: ~user/.ssh/authorized_keys)
# manage_dir = whether to create, and control ownership of the directory (default: true)
# state = absent|present (default: present)
#
Expand Down

0 comments on commit 89ff6d7

Please sign in to comment.