1
0
Fork 0

removed useless print

Dieser Commit ist enthalten in:
Sebastian Tobie 2023-04-21 00:14:45 +02:00
Ursprung 68df507cb1
Commit bbf9daa8a7
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen

Datei anzeigen

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