]> git.immae.eu Git - github/fretlink/docker-ansible.git/blobdiff - centos7-onbuild/ansible-playbook-wrapper
debian9: use "slim" version of debian image
[github/fretlink/docker-ansible.git] / centos7-onbuild / ansible-playbook-wrapper
index 0ba45e6d33a5c8ac18d815a70807b630ece38444..7f4be5c1f6abde0bb4ad6430b4632ef01a77eb31 100755 (executable)
@@ -13,7 +13,6 @@
 #    - INVENTORY:    inventory filename;    default = "/etc/ansible/hosts"
 #
 
-
 #
 # install Galaxy roles, if any
 #
@@ -23,6 +22,7 @@ if [ -z "$REQUIREMENTS" ]; then
 fi
 
 if [ -f "$REQUIREMENTS" ]; then
+    yum -y install git
     ansible-galaxy install -r $REQUIREMENTS
 fi