imfreedom/teamcity-ansible

4921ec257d96
file isExecutable
update the teamcity role to work with freebsd as well
#!/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}" $@