Merge commit '4430658932762ead3661231492b8074f144ea4b6' into influxdb-php

Conflicts:
	lib/influxdb-php/.gitignore
	lib/influxdb-php/README.md
This commit is contained in:
Dave Bell
2016-03-29 23:06:15 +01:00
29 changed files with 2085 additions and 348 deletions

View File

@@ -0,0 +1,14 @@
#!/bin/bash
#!/bin/bash
GLEXEC=$(which ansible-galaxy)
if [ $? = 1 ]; then
echo
echo "Ansible-galaxy not found, please make sure you have ansible 1.9+ installed."
echo
exit 1
fi
$GLEXEC install -f -r ansible/requirements.txt