]> git.phdru.name Git - ansible.git/blobdiff - playbooks/debian-init-system.sh
Feat: Add playbook `init-system2`
[ansible.git] / playbooks / debian-init-system.sh
index 8655c7293f149adf7946a64776b873881217110c..1d4e537aa548298e2e704bcdac714c0f7c6abebf 100755 (executable)
@@ -5,4 +5,4 @@ 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.
 ansible-playbook debian/init-system.yml "$@" --become-method=su -K &&
-exec ./run-role debian/remove-systemd "$@"
+exec ansible-playbook debian/init-system2.yml "$@"