mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 01:33:09 +00:00
@@ -307,7 +307,7 @@ class VaultEditor:
|
||||
|
||||
self.write_data(new_ciphertext, filename)
|
||||
|
||||
# preserve permitions
|
||||
# preserve permissions
|
||||
os.chmod(filename, prev.st_mode)
|
||||
os.chown(filename, prev.st_uid, prev.st_gid)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user