]> git.phdru.name Git - ansible.git/blobdiff - playbooks/debian/add-apache-vhost
Refactor: Move OS-specific roles under common `roles/`
[ansible.git] / playbooks / debian / add-apache-vhost
index 750f3fcb915b7d044d0217dd833089abc724e1ea..41c866c07d94938262f69d1c569541f1c6d2f6be 100755 (executable)
@@ -9,6 +9,5 @@ vhost="$1"
 shift
 
 cd "`dirname \"$0\"`" &&
-ANSIBLE_ROLES_PATH=debian/roles:roles \
-   exec ../run-roles add-apache-vhost "$@" \
-      -e virtual_host="$vhost" -e gather_facts=true
+exec ../run-roles add-apache-vhost "$@" \
+   -e virtual_host="$vhost" -e gather_facts=true