mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Use module formatting (#33413)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user