imfreedom/teamcity-ansible

fix up some of the pidgin3 deps for freebsd
draft
2020-02-24, Gary Kramlich
9e38c29e6b50
file isExecutable
fix up some of the pidgin3 deps for freebsd
#!/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}" $@