parent
1c38cba7ca
commit
07d9366ed8
1 changed files with 2 additions and 0 deletions
|
@ -1142,6 +1142,8 @@ class AnsibleModule(object):
|
|||
b_path = os.path.expanduser(os.path.expandvars(b_path))
|
||||
path = to_text(b_path, errors='surrogate_then_strict')
|
||||
|
||||
existing = self.get_file_attributes(b_path)
|
||||
|
||||
if existing.get('attr_flags','') != attributes:
|
||||
attrcmd = self.get_bin_path('chattr')
|
||||
if attrcmd:
|
||||
|
|
Loading…
Reference in a new issue