aboutsummaryrefslogtreecommitdiffhomepage
path: root/master-ubuntu14.04-onbuild
diff options
context:
space:
mode:
authorWilliam Yeh <william.pjyeh@gmail.com>2016-06-14 15:59:32 +0800
committerWilliam Yeh <william.pjyeh@gmail.com>2016-06-14 15:59:32 +0800
commitb1f3718d07a6a68116eb98bcb2156af7b39c2259 (patch)
tree66d2b0faf0f33d7ac0257c786df9f445fbeff024 /master-ubuntu14.04-onbuild
parentd707bce5e4201a69438ba58c6500346999fa68df (diff)
downloaddocker-ansible-b1f3718d07a6a68116eb98bcb2156af7b39c2259.tar.gz
docker-ansible-b1f3718d07a6a68116eb98bcb2156af7b39c2259.tar.zst
docker-ansible-b1f3718d07a6a68116eb98bcb2156af7b39c2259.zip
Add: `git` for onbuild variants; handy tools for others.
@see https://github.com/William-Yeh/docker-ansible/issues/18 @see https://github.com/William-Yeh/docker-ansible/issues/20
Diffstat (limited to 'master-ubuntu14.04-onbuild')
-rwxr-xr-xmaster-ubuntu14.04-onbuild/ansible-playbook-wrapper1
1 files changed, 1 insertions, 0 deletions
diff --git a/master-ubuntu14.04-onbuild/ansible-playbook-wrapper b/master-ubuntu14.04-onbuild/ansible-playbook-wrapper
index 0ba45e6..afe4d97 100755
--- a/master-ubuntu14.04-onbuild/ansible-playbook-wrapper
+++ b/master-ubuntu14.04-onbuild/ansible-playbook-wrapper
@@ -23,6 +23,7 @@ if [ -z "$REQUIREMENTS" ]; then
23fi 23fi
24 24
25if [ -f "$REQUIREMENTS" ]; then 25if [ -f "$REQUIREMENTS" ]; then
26 apt-get install -y git
26 ansible-galaxy install -r $REQUIREMENTS 27 ansible-galaxy install -r $REQUIREMENTS
27fi 28fi
28 29