fixed var name for ansible vault editing existing data

pull/4420/head
Brian Coca 2015-04-24 22:31:06 -04:00
parent 950aa8511a
commit 900b992ba9
1 changed files with 1 additions and 1 deletions

View File

@ -203,7 +203,7 @@ class VaultEditor(object):
_, tmp_path = tempfile.mkstemp()
if existing_data:
self.write_data(data, tmp_path)
self.write_data(existing_data, tmp_path)
# drop the user into an editor on the tmp file
call(self._editor_shell_command(tmp_path))