imfreedom/ansible

file isExecutable
add a role to install the depencies to build a full pidgin3 with subprojects
#!/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}" $@