imfreedom/teamcity-ansible

We need unzip to install teamcity

2019-11-08, Gary Kramlich
f430ca8fa25c
file isExecutable
We need unzip to install teamcity
#!/bin/sh -e
if [ "${#}" -lt 1 ]; then
echo "You must specify an inventory file to use"
exit 1
fi
INVENTORY="${1}"
shift
ansible-playbook -b agent.yml -i "${INVENTORY}" $@