From ad687fcefdc72d37ab1a11d1653f9e0e61037e27 Mon Sep 17 00:00:00 2001 From: Ton Kersten Date: Fri, 21 Feb 2014 09:18:49 +0100 Subject: [PATCH] Added ansible-vault to the installer --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b1a80e0e0f..c537ee9766 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,8 @@ setup(name='ansible', 'bin/ansible-playbook', 'bin/ansible-pull', 'bin/ansible-doc', - 'bin/ansible-galaxy' + 'bin/ansible-galaxy', + 'bin/ansible-vault', ], data_files=data_files )