mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Merge pull request #12637 from rcleere/rekey_fix
Fix ansible-vault rekey
This commit is contained in:
commit
fb822a4305
1 changed files with 1 additions and 0 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue