imfreedom/teamcity-ansible

Update the aarch64 host file.
draft
2020-11-09, John Bailey
97a54d47c704
file isExecutable
Update the aarch64 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}" $@