This commit is contained in:
Nikolaos Kakouros 2025-02-07 05:35:38 +00:00 committed by GitHub
commit dbe03ae9b4
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)