mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-05 10:20:26 -07:00
Merge c946cee2eb
into 99ac225a1a
This commit is contained in:
commit
dbe03ae9b4
1 changed files with 4 additions and 1 deletions
|
@ -393,6 +393,9 @@ def main():
|
|||
|
||||
fetch.update({'changed': changed})
|
||||
|
||||
if "warnings" in fetch:
|
||||
fetch["warnings"] = fetch["warnings"][0]["message"]
|
||||
|
||||
module.exit_json(**fetch)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue