Commit 0400ab8c by Ryan Cleere

Fix ansible-vault rekey

parent d91b3c6b
......@@ -35,6 +35,7 @@ class VaultCLI(CLI):
def __init__(self, args, display=None):
self.vault_pass = None
self.new_vault_pass = None
super(VaultCLI, self).__init__(args, display)
def parse(self):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment