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