cd "`dirname \"$0\"`" &&
ANSIBLE_ROLES_PATH=debian/roles \
- exec ./run-role add-apache-vhost "$@" \
- -e virtual_host="$vhost" -e gather_facts=true
+ exec ../run-role add-apache-vhost "$@" \
+ -e virtual_host="$vhost" -e gather_facts=true
cd "`dirname \"$0\"`" &&
ANSIBLE_ROLES_PATH=debian/roles \
- exec ./run-role add-dns-domain "$@" \
- -e domain="$domain" -e gather_facts=true
+ exec ../run-role add-dns-domain "$@" \
+ -e domain="$domain" -e gather_facts=true
# Passwordless access isn't configured yet; use `ssh` connection sharing.
# `sudo` isn't configured yet too; use `su` and ask for root password.
-ansible-playbook debian/init-system.yml "$@" -e hosts="$host" \
+ansible-playbook init-system.yml "$@" -e hosts="$host" \
--become-method=su -K &&
-exec ansible-playbook debian/init-system2.yml "$@" -e hosts="$host"
+exec ansible-playbook init-system2.yml "$@" -e hosts="$host"