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
|
If an exception is raised this is catched and the module automatically fails with an traceback
|
||||||
"""
|
"""
|
||||||
self.prepare()
|
self.prepare()
|
||||||
print(self.changed)
|
|
||||||
try:
|
try:
|
||||||
if self.module.check_mode:
|
if self.module.check_mode:
|
||||||
self.check()
|
self.check()
|
||||||
|
|
Laden…
In neuem Issue referenzieren