add ansible calling script for virtualenv

This commit is contained in:
Daniel A. Maierhofer
2018-02-09 17:08:35 +01:00
parent fb096eaa7d
commit 69606ee5b2

3
ansible Executable file
View File

@@ -0,0 +1,3 @@
#/bin/bash
source .env_ansible/bin/activate
ansible "$@"