mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00: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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user