]> git.phdru.name Git - ansible.git/blob - playbooks/debian-init-system.sh
Feat(debian/remove-systemd): Remove SystemD
[ansible.git] / playbooks / debian-init-system.sh
1 #! /bin/sh
2
3 cd "`dirname \"$0\"`" &&
4
5 # Passwordless access isn't configured yet; use `ssh` connection sharing.
6 # `sudo` isn't configured yet too; use `su` and ask for root password.
7 ansible-playbook debian/init-system.yml "$@" --become-method=su -K &&
8 exec ./run-role debian/remove-systemd "$@"