mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-03 23:14:02 -07:00
Fixing 'Note' formatting where typos have missing sections or broken formatting.
This commit is contained in:
parent
0d52de0f29
commit
3b63b1d5b4
4 changed files with 6 additions and 6 deletions
|
@ -96,7 +96,7 @@ documentation. The `remote_user` is just the name of the user account::
|
|||
- hosts: webservers
|
||||
remote_user: root
|
||||
|
||||
.. Note::
|
||||
.. note::
|
||||
|
||||
The `remote_user` parameter was formerly called just `user`. It was renamed in Ansible 1.4 to make it more distinguishable from the `user` module (used to create users on remote systems).
|
||||
|
||||
|
@ -110,7 +110,7 @@ Remote users can also be defined per task::
|
|||
ping:
|
||||
remote_user: yourname
|
||||
|
||||
.. Note::
|
||||
.. note::
|
||||
|
||||
The `remote_user` parameter for tasks was added in 1.4.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue