diff options
Diffstat (limited to '1.9-ubuntu12.04-onbuild')
-rwxr-xr-x | 1.9-ubuntu12.04-onbuild/ansible-playbook-wrapper | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/1.9-ubuntu12.04-onbuild/ansible-playbook-wrapper b/1.9-ubuntu12.04-onbuild/ansible-playbook-wrapper index 0ba45e6..afe4d97 100755 --- a/1.9-ubuntu12.04-onbuild/ansible-playbook-wrapper +++ b/1.9-ubuntu12.04-onbuild/ansible-playbook-wrapper | |||
@@ -23,6 +23,7 @@ if [ -z "$REQUIREMENTS" ]; then | |||
23 | fi | 23 | fi |
24 | 24 | ||
25 | if [ -f "$REQUIREMENTS" ]; then | 25 | if [ -f "$REQUIREMENTS" ]; then |
26 | apt-get install -y git | ||
26 | ansible-galaxy install -r $REQUIREMENTS | 27 | ansible-galaxy install -r $REQUIREMENTS |
27 | fi | 28 | fi |
28 | 29 | ||