diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/pip.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/pip.sh b/tools/pip.sh index 0b94b1c79..a8474d77e 100755 --- a/tools/pip.sh +++ b/tools/pip.sh @@ -38,3 +38,8 @@ then popd fi pip install $* + +# Check if we're installing zuul. If so install the managed ansible as well. +if echo "$*" | grep -vq requirements.txt; then + zuul-manage-ansible -v +fi |