mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
parent
f159597914
commit
4ee8468710
1 changed files with 0 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue