Change example syntax on rhn_subscription module

This commit is contained in:
Sam Doran 2016-10-12 18:04:15 -04:00 committed by Matt Clay
commit 25af0652b9

View file

@ -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