mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
(cherry picked from commit b4c136125e)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
2
changelogs/fragments/1928-bigpanda-message.yml
Normal file
2
changelogs/fragments/1928-bigpanda-message.yml
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
bugfixes:
|
||||||
|
- "bigpanda - actually use the ``deployment_message`` option (https://github.com/ansible-collections/community.general/pull/1928)."
|
||||||
@@ -183,7 +183,7 @@ def main():
|
|||||||
|
|
||||||
request_url = url + '/data/events/deployments/start'
|
request_url = url + '/data/events/deployments/start'
|
||||||
else:
|
else:
|
||||||
message = module.params['message']
|
message = module.params['deployment_message']
|
||||||
if message is not None:
|
if message is not None:
|
||||||
body['errorMessage'] = message
|
body['errorMessage'] = message
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user