mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 17:53:10 +00:00
committed by
Matt Clay
parent
f159597914
commit
4ee8468710
@@ -277,7 +277,6 @@ class OSXDefaults(object):
|
||||
|
||||
# Handle absent state
|
||||
if self.state == "absent":
|
||||
print ("Absent state detected!")
|
||||
if self.current_value is None:
|
||||
return False
|
||||
if self.module.check_mode:
|
||||
|
||||
Reference in New Issue
Block a user