removed useless print
Dieser Commit ist enthalten in:
Ursprung
68df507cb1
Commit
bbf9daa8a7
|
@ -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()
|
||||
|
|
Laden…
In neuem Issue referenzieren