mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 20:31:27 -07:00
Use module formatting (#33413)
This commit is contained in:
parent
c2bef76c46
commit
4d67cdd1f7
5 changed files with 7 additions and 7 deletions
|
@ -29,7 +29,7 @@ DOCUMENTATION = """
|
|||
remote_user:
|
||||
description:
|
||||
- User to login/authenticate as
|
||||
- Can be set from the CLI via the ``--user`` or ``-u`` options.
|
||||
- Can be set from the CLI via the C(--user) or C(-u) options.
|
||||
vars:
|
||||
- name: ansible_user
|
||||
- name: ansible_ssh_user
|
||||
|
@ -47,7 +47,7 @@ DOCUMENTATION = """
|
|||
password:
|
||||
description:
|
||||
- Secret used to either login the ssh server or as a passphrase for ssh keys that require it
|
||||
- Can be set from the CLI via the ``--ask-pass`` option.
|
||||
- Can be set from the CLI via the C(--ask-pass) option.
|
||||
vars:
|
||||
- name: ansible_password
|
||||
- name: ansible_ssh_pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue