mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Actually use option. (#1928)
This commit is contained in:
parent
4a8d6cf7cc
commit
b4c136125e
2 changed files with 3 additions and 1 deletions
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'
|
||||
else:
|
||||
message = module.params['message']
|
||||
message = module.params['deployment_message']
|
||||
if message is not None:
|
||||
body['errorMessage'] = message
|
||||
|
||||
|
|
Loading…
Reference in a new issue