changed documented default value for url (#49097)

the Default Value for url is 3000, so there was a mistake in the documentation
pull/49265/head
vmpr 6 years ago committed by Alicia Cozine
parent 6dc6538eef
commit 46a3c0cf2e

@ -24,7 +24,7 @@ DOCUMENTATION = '''
choices: ['foreman'] choices: ['foreman']
url: url:
description: url to foreman description: url to foreman
default: 'http://localhost:300' default: 'http://localhost:3000'
user: user:
description: foreman authentication user description: foreman authentication user
required: True required: True

Loading…
Cancel
Save