]> git.phdru.name Git - ansible.git/blobdiff - playbooks/run-role
Feat(add-dns-domain): Add the domain to `/etc/resolv.conf`
[ansible.git] / playbooks / run-role
index f2ea245e1e1a50630edd1d4703778e27616c0d79..2013fba064721495bb584d1513a83f031a0ff17c 100755 (executable)
@@ -9,4 +9,4 @@ role="$1"
 shift
 
 cd "`dirname \"$0\"`" &&
-ansible-playbook run-role.yml "$@" -e role="$role"
+exec ansible-playbook run-role.yml "$@" -e role="$role"