mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 00:03:10 +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']
|
||||
url:
|
||||
description: url to foreman
|
||||
default: 'http://localhost:300'
|
||||
default: 'http://localhost:3000'
|
||||
user:
|
||||
description: foreman authentication user
|
||||
required: True
|
||||
|
||||
Reference in New Issue
Block a user