X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=playbooks%2Fdebian%2Finit-system.sh;h=7b157f5d4792aad0199a1a19125556984d1f4b27;hb=9a1252307f058984219663af448cd0da351ee11b;hp=c44eb832ea86036bfd22778fb1c458634db122b4;hpb=86f60f40dd650fcf9ac23e40b9afa8357d00e2c2;p=ansible.git diff --git a/playbooks/debian/init-system.sh b/playbooks/debian/init-system.sh index c44eb83..7b157f5 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 && -exec ansible-playbook init-system2.yml "$@" -e hosts="$host" +../run-roles debian/remove-systemd.yml "$@" -e hosts="$host" && +exec ansible-playbook ../init-system2.yml "$@" -e hosts="$host"