mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-25 07:21:43 -07:00
Update formatting in module example.
This commit is contained in:
parent
f96568ab81
commit
caa0b02962
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ EXAMPLES = '''
|
||||||
|
|
||||||
# Register as user (joe_user) with password (somepass) against a satellite
|
# Register as user (joe_user) with password (somepass) against a satellite
|
||||||
# server specified by (server_url).
|
# server specified by (server_url).
|
||||||
- rhn_register:
|
- rhn_register: >
|
||||||
state=present
|
state=present
|
||||||
username=joe_user
|
username=joe_user
|
||||||
password=somepass
|
password=somepass
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue