mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 11:10:21 -07:00
commit
e667c0af0d
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,7 @@ class VaultEditor:
|
||||||
|
|
||||||
self.write_data(new_ciphertext, filename)
|
self.write_data(new_ciphertext, filename)
|
||||||
|
|
||||||
# preserve permitions
|
# preserve permissions
|
||||||
os.chmod(filename, prev.st_mode)
|
os.chmod(filename, prev.st_mode)
|
||||||
os.chown(filename, prev.st_uid, prev.st_gid)
|
os.chown(filename, prev.st_uid, prev.st_gid)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue