X-Git-Url: https://git.phdru.name/?p=ansible.git;a=blobdiff_plain;f=playbooks%2Fdebian%2Finit-system.sh;h=07a8ff76bf5434b09b4fa9757bfae4ef3100d715;hp=512ce025745b729aaa7258b0ab2524662feb4aad;hb=f7e665139a974b34b7f0694e3fbe68a92c7d14a5;hpb=482945fb1e7eadcdaf76fcbcf17b440677225f4f diff --git a/playbooks/debian/init-system.sh b/playbooks/debian/init-system.sh index 512ce02..07a8ff7 100755 --- a/playbooks/debian/init-system.sh +++ b/playbooks/debian/init-system.sh @@ -16,4 +16,5 @@ export ANSIBLE_ROLES_PATH && # `sudo` isn't configured yet too; use `su` and ask for root password. ansible-playbook ../init-system.yml "$@" -e hosts="$host" \ --become-method=su -K && +ansible-playbook remove-systemd.yml "$@" -e hosts="$host" && exec ansible-playbook ../init-system2.yml "$@" -e hosts="$host"