fix make webdocs warnings (#71340)

pull/69107/head
Sandra McCann 4 years ago committed by GitHub
parent 92cd35fdb1
commit 7f97a62d87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -131,7 +131,7 @@ seealso:
- module: ansible.builtin.file
- module: ansible.builtin.replace
- module: ansible.builtin.template
- module: ansible.windows.win_lineinfile
- module: community.windows.win_lineinfile
author:
- Daniel Hokka Zakrissoni (@dhozac)
- Ahti Kitsik (@ahtik)

@ -26,7 +26,7 @@ options:
default: no
version_added: '2.4'
notes:
- For Windows you can use M(win_template) which uses '\\r\\n' as C(newline_sequence) by default.
- For Windows you can use M(ansible.windows.win_template) which uses '\\r\\n' as C(newline_sequence) by default.
seealso:
- module: ansible.builtin.copy
- module: ansible.windows.win_copy

@ -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:

@ -45,7 +45,7 @@ notes:
seealso:
- module: ansible.builtin.wait_for
- module: ansible.windows.win_wait_for
- module: ansible.windows.win_wait_for_process
- module: community.windows.win_wait_for_process
author:
- Dag Wieers (@dagwieers)
'''

@ -17,7 +17,7 @@ version_added: '2.1'
short_description: Add or remove YUM repositories
description:
- Add or remove YUM repositories in RPM-based Linux distributions.
- If you wish to update an existing repository definition use M(ansible.builtin.ini_file) instead.
- If you wish to update an existing repository definition use M(community.general.ini_file) instead.
options:
async:

Loading…
Cancel
Save