]> git.phdru.name Git - ansible.git/blobdiff - playbooks/debian/init-system.sh
Fix(sa-merge-all): Fix task name
[ansible.git] / playbooks / debian / init-system.sh
index c44eb832ea86036bfd22778fb1c458634db122b4..07a8ff76bf5434b09b4fa9757bfae4ef3100d715 100755 (executable)
@@ -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"
+ansible-playbook remove-systemd.yml "$@" -e hosts="$host" &&
+exec ansible-playbook ../init-system2.yml "$@" -e hosts="$host"