From bbf9daa8a7a855a4d701de1306e549f9cc255919 Mon Sep 17 00:00:00 2001 From: Sebastian Tobie Date: Fri, 21 Apr 2023 00:14:45 +0200 Subject: [PATCH] removed useless print --- plugins/module_utils/module.py | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/module_utils/module.py b/plugins/module_utils/module.py index 2756226..6d1615b 100644 --- a/plugins/module_utils/module.py +++ b/plugins/module_utils/module.py @@ -118,7 +118,6 @@ class AnsibleModule(object): If an exception is raised this is catched and the module automatically fails with an traceback """ self.prepare() - print(self.changed) try: if self.module.check_mode: self.check()