mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-26 22:51:23 -07:00
Change example syntax on rhn_subscription module
This commit is contained in:
parent
3208cf5abf
commit
25af0652b9
1 changed files with 8 additions and 3 deletions
|
@ -60,7 +60,12 @@ options:
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
- rhn_channel: name=rhel-x86_64-server-v2vwin-6 sysname=server01 url=https://rhn.redhat.com/rpc/api user=rhnuser password=guessme
|
- rhn_channel:
|
||||||
|
name: rhel-x86_64-server-v2vwin-6
|
||||||
|
sysname: server01
|
||||||
|
url: 'https://rhn.redhat.com/rpc/api'
|
||||||
|
user: rhnuser
|
||||||
|
password: guessme
|
||||||
'''
|
'''
|
||||||
|
|
||||||
import xmlrpclib
|
import xmlrpclib
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue