]> git.phdru.name Git - ansible.git/blobdiff - playbooks/debian/add-apache-vhost
Feat(debian/security): Configure Debian security checks
[ansible.git] / playbooks / debian / add-apache-vhost
index 0d2c502c1cbb522962699aa535e99395a2c99db1..5acb1e2278f8ef2e786dc9365067faf9fe621086 100755 (executable)
@@ -9,6 +9,5 @@ vhost="$1"
 shift
 
 cd "`dirname \"$0\"`" &&
-ANSIBLE_ROLES_PATH=debian/roles:roles \
-   exec ../run-role add-apache-vhost "$@" \
-      -e virtual_host="$vhost" -e gather_facts=true
+exec ../run-roles debian/add-apache-vhost "$@" \
+   -e virtual_host="$vhost" -e gather_facts=true