fix make webdocs warnings (#71340)

This commit is contained in:
Sandra McCann 2020-08-18 16:05:50 -04:00 committed by GitHub
parent 92cd35fdb1
commit 7f97a62d87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View file

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

View file

@ -26,7 +26,7 @@ options:
default: no default: no
version_added: '2.4' version_added: '2.4'
notes: 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: seealso:
- module: ansible.builtin.copy - module: ansible.builtin.copy
- module: ansible.windows.win_copy - module: ansible.windows.win_copy

View file

@ -250,7 +250,7 @@ notes:
- On all other platforms, this module uses C(useradd) to create, C(usermod) to modify, and - On all other platforms, this module uses C(useradd) to create, C(usermod) to modify, and
C(userdel) to remove accounts. C(userdel) to remove accounts.
seealso: seealso:
- module: ansible.builtin.authorized_key - module: ansible.posix.authorized_key
- module: ansible.builtin.group - module: ansible.builtin.group
- module: ansible.windows.win_user - module: ansible.windows.win_user
author: author:

View file

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

View file

@ -17,7 +17,7 @@ version_added: '2.1'
short_description: Add or remove YUM repositories short_description: Add or remove YUM repositories
description: description:
- Add or remove YUM repositories in RPM-based Linux distributions. - 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: options:
async: async: