X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=playbooks%2Fdebian-init-system.sh;h=0e5f1515fe73b6f76d1ec311150cc50aaaf41157;hb=fbdfc427c23976ef9ca53a43eea1fdb577c153de;hp=bc2cc93c543e35ca687f6f1fac95459569b9e5e5;hpb=f56517da2f8dc254b6af3c6389d8508a48a6eced;p=ansible.git diff --git a/playbooks/debian-init-system.sh b/playbooks/debian-init-system.sh index bc2cc93..0e5f151 100755 --- a/playbooks/debian-init-system.sh +++ b/playbooks/debian-init-system.sh @@ -4,5 +4,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. -exec ansible-playbook debian-init-system.yml debian-init-user-phd.yml \ - "$@" --become-method=su -Kv +exec ansible-playbook debian/init-system.yml "$@" --become-method=su -Kv