mirror of https://github.com/ansible/ansible.git
ansible-vault: Check if the destination is writable (#81660)
* Before performing shredding the original file, check if the destination file location is writable or not. This will prevent corruption of original file. Fixes: #81455 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>pull/71113/merge
parent
a861b1adba
commit
6177888cf6
@ -0,0 +1,3 @@
|
||||
---
|
||||
bugfixes:
|
||||
- ansible-vault - fail when the destination file location is not writable before performing encryption (https://github.com/ansible/ansible/issues/81455).
|
Loading…
Reference in New Issue