mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02: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
|
||||
# server specified by (server_url).
|
||||
- rhn_register:
|
||||
- rhn_register: >
|
||||
state=present
|
||||
username=joe_user
|
||||
password=somepass
|
||||
|
|
Loading…
Reference in a new issue