]> git.phdru.name Git - ansible.git/blobdiff - playbooks/debian/add-dns-domain
Feat: Module `synchronize` was moved to `ansible.posix` namespace
[ansible.git] / playbooks / debian / add-dns-domain
index 30a1c137fbf6ebb04d65dc3912afd64fe04748cc..c62fd738e8fc50c4fed97850d492550ba663e72a 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 add-dns-domain "$@" \
+   -e domain="$domain" -e gather_facts=true