Small documentation fix in vault.rst (#35384)

pull/34086/head^2
Anton Ovchinnikov 7 years ago committed by scottb
parent 6dcb41b40f
commit afc4d3c203

@ -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 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. 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. passwords can be used at the same time.
For example, a playbook can now include a vars file encrypted with a 'dev' vault For example, a playbook can now include a vars file encrypted with a 'dev' vault

Loading…
Cancel
Save