Small documentation fix in vault.rst (#35384)
This commit is contained in:
parent
6dcb41b40f
commit
afc4d3c203
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@ Prior to Ansible 2.4, only one vault password could be used at a time. Post
|
|||
Ansible 2.4, multiple vault passwords can be used each time Ansible runs, so any
|
||||
vault files or vars that needed to be decrypted all had to use the same password.
|
||||
|
||||
Since Ansible 2.4, vault files or vars can be that are encrypted with different
|
||||
Since Ansible 2.4, vault files or vars that are encrypted with different
|
||||
passwords can be used at the same time.
|
||||
|
||||
For example, a playbook can now include a vars file encrypted with a 'dev' vault
|
||||
|
|
Loading…
Reference in a new issue