imfreedom/teamcity-ansible

Add libnice as an explicit dependency for debian
draft
2020-11-20, Gary Kramlich
505f99f06c88
file isExecutable
Add libnice as an explicit dependency for debian
#!/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}" $@