diff options
author | James Cammarata <jimi@sngx.net> | 2014-09-16 15:37:36 -0500 |
---|---|---|
committer | James Cammarata <jimi@sngx.net> | 2014-09-16 15:37:36 -0500 |
commit | bc583dabbcdc2e3e4d1533590c8cdb2710ffb8e9 (patch) | |
tree | 80bed51a43e9905e32222a045713cd305e42ab2b /bin/ansible-vault | |
parent | 2b0b2f42df4860f39abccfcfc9bae35e7fc23aad (diff) | |
download | ansible-bc583dabbcdc2e3e4d1533590c8cdb2710ffb8e9.tar.gz |
Removing reference to ansible-pull in bin/ansible-vault
Diffstat (limited to 'bin/ansible-vault')
-rwxr-xr-x | bin/ansible-vault | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/bin/ansible-vault b/bin/ansible-vault index 09f08d5487..10da6a9ea7 100755 --- a/bin/ansible-vault +++ b/bin/ansible-vault @@ -15,10 +15,8 @@ # You should have received a copy of the GNU General Public License # along with Ansible. If not, see <http://www.gnu.org/licenses/>. # -# ansible-pull is a script that runs ansible in local mode -# after checking out a playbooks directory from source repo. There is an -# example playbook to bootstrap this script in the examples/ dir which -# installs ansible and sets it up to run on cron. +# ansible-vault is a script that encrypts/decrypts YAML files. See +# http://docs.ansible.com/playbooks_vault.html for more details. #__requires__ = ['ansible'] #import pkg_resources |