]> git.phdru.name Git - ansible.git/blobdiff - playbooks/debian/add-dns-domain
Feat: Move common playbooks and roles
[ansible.git] / playbooks / debian / add-dns-domain
index 38c14b5c4e8c9047afad88f3497de5fcea834af0..30a1c137fbf6ebb04d65dc3912afd64fe04748cc 100755 (executable)
@@ -9,6 +9,6 @@ domain="$1"
 shift
 
 cd "`dirname \"$0\"`" &&
-ANSIBLE_ROLES_PATH=debian/roles \
+ANSIBLE_ROLES_PATH=debian/roles:roles \
    exec ../run-role add-dns-domain "$@" \
       -e domain="$domain" -e gather_facts=true