1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Actually use option. (#1928) (#1935)

(cherry picked from commit b4c136125e)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
patchback[bot] 2021-02-27 23:11:33 +01:00 committed by GitHub
parent 5ffef67f11
commit 9e82a1c994
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- "bigpanda - actually use the ``deployment_message`` option (https://github.com/ansible-collections/community.general/pull/1928)."

View file

@ -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