mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Fix ansible-vault rekey
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user