]> git.phdru.name Git - ansible.git/blobdiff - playbooks/debian/add-dns-domain
Feat(run-roles): Run a list of roles separated by comma
[ansible.git] / playbooks / debian / add-dns-domain
index 30a1c137fbf6ebb04d65dc3912afd64fe04748cc..f4d2f4a550dc90228f9ff0dadbb86e98bb7077ba 100755 (executable)
@@ -10,5 +10,5 @@ shift
 
 cd "`dirname \"$0\"`" &&
 ANSIBLE_ROLES_PATH=debian/roles:roles \
-   exec ../run-role add-dns-domain "$@" \
+   exec ../run-roles add-dns-domain "$@" \
       -e domain="$domain" -e gather_facts=true