From ed413f2b280d263fa022e738b4170cc71708a946 Mon Sep 17 00:00:00 2001 From: scottb Date: Fri, 24 Mar 2017 12:05:25 -0700 Subject: [PATCH] Update vault.py Edit for conciseness and clarity. --- lib/ansible/cli/vault.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/cli/vault.py b/lib/ansible/cli/vault.py index 61f3e0f126..a6ff8315fd 100644 --- a/lib/ansible/cli/vault.py +++ b/lib/ansible/cli/vault.py @@ -42,8 +42,8 @@ class VaultCLI(CLI): passed on the ansible-playbook command line with *-e @file.yml* or *-e @file.json*. Role variables and defaults are also included! - Because Ansible tasks, handlers, and so on are also data, these can also be encrypted with vault. - If you'd like to not betray what variables you are even using, you can go as far to keep an individual task file entirely encrypted. + Because Ansible tasks, handlers, and other objects are data, these can also be encrypted with vault. + If you'd like to not expose what variables you are using, you can keep an individual task file entirely encrypted. The password used with vault currently must be the same for all files you wish to use together at the same time. '''