imfreedom/teamcity-ansible

9a51f8300f84
file isExecutable
Missed adding the i386 FreeBSD 12.1 VM's host file.
#!/bin/sh -e
if [ "${#}" -lt 1 ]; then
echo "You must specify an inventory file to use"
exit 1
fi
INVENTORY="${1}"
shift
ANSIBLE_NOCOWS=1 ansible-playbook -b agent.yml -i "${INVENTORY}" $@