mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-30 22:31:25 -07:00
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:
parent
6dc6538eef
commit
46a3c0cf2e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue