mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-04 18:00:26 -07:00
parent
d2aaad7212
commit
c946cee2eb
1 changed files with 4 additions and 1 deletions
|
@ -392,7 +392,10 @@ def main():
|
|||
fetch = {}
|
||||
|
||||
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