fixed var name for ansible vault editing existing data

pull/10885/head
Brian Coca 11 years ago
parent 950aa8511a
commit 900b992ba9

@ -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))

Loading…
Cancel
Save