parent
f159597914
commit
4ee8468710
1 changed files with 0 additions and 1 deletions
|
@ -277,7 +277,6 @@ class OSXDefaults(object):
|
||||||
|
|
||||||
# Handle absent state
|
# Handle absent state
|
||||||
if self.state == "absent":
|
if self.state == "absent":
|
||||||
print ("Absent state detected!")
|
|
||||||
if self.current_value is None:
|
if self.current_value is None:
|
||||||
return False
|
return False
|
||||||
if self.module.check_mode:
|
if self.module.check_mode:
|
||||||
|
|
Loading…
Reference in a new issue