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