changed documented default value for url (#49097)

the Default Value for url is 3000, so there was a mistake in the documentation
This commit is contained in:
vmpr 2018-11-29 05:16:36 +08:00 committed by Alicia Cozine
parent 6dc6538eef
commit 46a3c0cf2e

View file

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