X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=playbooks%2Fdebian-init-system.sh;fp=playbooks%2Fdebian-init-system.sh;h=1d4e537aa548298e2e704bcdac714c0f7c6abebf;hb=b8e272bc9b8400ea95aa03d1aff6244dc6ebefc7;hp=8655c7293f149adf7946a64776b873881217110c;hpb=4e33f6d7b7f2dca2837601508e51a4ea4e9fcbf1;p=ansible.git diff --git a/playbooks/debian-init-system.sh b/playbooks/debian-init-system.sh index 8655c72..1d4e537 100755 --- a/playbooks/debian-init-system.sh +++ b/playbooks/debian-init-system.sh @@ -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 "$@"