X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=playbooks%2Fdebian-init-system.sh;h=8655c7293f149adf7946a64776b873881217110c;hb=52ae6d4f4101ab4f748245b69fc6f9c8c80b5319;hp=0e5f1515fe73b6f76d1ec311150cc50aaaf41157;hpb=dcf965cb65e4c89e7db4f86453dfcbf9af9a967a;p=ansible.git diff --git a/playbooks/debian-init-system.sh b/playbooks/debian-init-system.sh index 0e5f151..8655c72 100755 --- a/playbooks/debian-init-system.sh +++ b/playbooks/debian-init-system.sh @@ -4,4 +4,5 @@ cd "`dirname \"$0\"`" && # Passwordless access isn't configured yet; use `ssh` connection sharing. # `sudo` isn't configured yet too; use `su` and ask for root password. -exec ansible-playbook debian/init-system.yml "$@" --become-method=su -Kv +ansible-playbook debian/init-system.yml "$@" --become-method=su -K && +exec ./run-role debian/remove-systemd "$@"