#!/bin/bash if [ "${1}" == "--version" ] ; then echo "ansible-playbook 2.2.2.0" exit 0 fi exec ansible-playbook "$@"