Fix gcp_compute_route module when there are warnings

Closes #225 .
This commit is contained in:
nkakouros 2024-08-08 20:23:13 +03:00 committed by GitHub
parent d2aaad7212
commit c946cee2eb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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