]> git.phdru.name Git - ansible.git/blobdiff - playbooks/debian-init-system.sh
Feat(debian/remove-systemd): Remove SystemD
[ansible.git] / playbooks / debian-init-system.sh
index 0e5f1515fe73b6f76d1ec311150cc50aaaf41157..8655c7293f149adf7946a64776b873881217110c 100755 (executable)
@@ -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 "$@"