diff options
author | Sandra McCann <samccann@redhat.com> | 2020-08-18 16:05:50 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-18 15:05:50 -0500 |
commit | 7f97a62d8775b4ea5914550256b3f4c63e7a2b32 (patch) | |
tree | f2de9046887e0373678353b019247f0294fa301f /lib/ansible/modules/user.py | |
parent | 92cd35fdb15ba975976496145846c056235cffd9 (diff) | |
download | ansible-7f97a62d8775b4ea5914550256b3f4c63e7a2b32.tar.gz |
fix make webdocs warnings (#71340)
Diffstat (limited to 'lib/ansible/modules/user.py')
-rw-r--r-- | lib/ansible/modules/user.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/modules/user.py b/lib/ansible/modules/user.py index a7ac3bfcb1..14a365b749 100644 --- a/lib/ansible/modules/user.py +++ b/lib/ansible/modules/user.py @@ -250,7 +250,7 @@ notes: - On all other platforms, this module uses C(useradd) to create, C(usermod) to modify, and C(userdel) to remove accounts. seealso: -- module: ansible.builtin.authorized_key +- module: ansible.posix.authorized_key - module: ansible.builtin.group - module: ansible.windows.win_user author: |