]> 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 c62fd738e8fc50c4fed97850d492550ba663e72a..8e8179014ea34d08a43e767f48c42293cd232d7a 100755 (executable)
@@ -9,5 +9,5 @@ domain="$1"
 shift
 
 cd "`dirname \"$0\"`" &&
-exec ../run-roles add-dns-domain "$@" \
+exec ../run-roles debian/add-dns-domain "$@" \
    -e domain="$domain" -e gather_facts=true