]> git.phdru.name Git - ansible.git/blobdiff - playbooks/debian/init-system.sh
Fix(playbooks/debian): Fix path to the roles
[ansible.git] / playbooks / debian / init-system.sh
index 9fae1958f892e1df32bd75723cda5e0bcf5281a6..3b5deef45d2794e67a973484dbb31c0a63c5637b 100755 (executable)
@@ -16,5 +16,5 @@ cd "`dirname \"$0\"`" &&
 # `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 &&
-../run-roles remove-systemd "$@" -e hosts="$host" &&
+../run-roles debian/remove-systemd "$@" -e hosts="$host" &&
 exec ansible-playbook ../init-system2.yml "$@" -e hosts="$host"