]> git.phdru.name Git - ansible.git/blobdiff - playbooks/debian/add-dns-domain
Fix(playbooks/debian): Fix path to the roles
[ansible.git] / playbooks / debian / add-dns-domain
index 30a1c137fbf6ebb04d65dc3912afd64fe04748cc..8e8179014ea34d08a43e767f48c42293cd232d7a 100755 (executable)
@@ -9,6 +9,5 @@ domain="$1"
 shift
 
 cd "`dirname \"$0\"`" &&
-ANSIBLE_ROLES_PATH=debian/roles:roles \
-   exec ../run-role add-dns-domain "$@" \
-      -e domain="$domain" -e gather_facts=true
+exec ../run-roles debian/add-dns-domain "$@" \
+   -e domain="$domain" -e gather_facts=true