mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Remove decrypted vault temp_file mistakenly left from patch making vault edit idempotent
This bug was introduced in commit f8bf2ba on July 27. Hasn't gone out
in a release yet.
This commit is contained in:
@@ -257,6 +257,7 @@ class VaultEditor:
|
||||
|
||||
# Do nothing if the content has not changed
|
||||
if existing_data == tmpdata and not force_save:
|
||||
os.remove(tmp_path)
|
||||
return
|
||||
|
||||
# create new vault
|
||||
|
||||
Reference in New Issue
Block a user