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

@ -393,6 +393,9 @@ def main():
fetch.update({'changed': changed})
if "warnings" in fetch:
fetch["warnings"] = fetch["warnings"][0]["message"]
module.exit_json(**fetch)