X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=playbooks%2Fdebian-init-system.sh;h=1d4e537aa548298e2e704bcdac714c0f7c6abebf;hb=47138ce7977f2b88a41866ccd988fd0eed311df4;hp=3ff2524b1def932fad9f397468bfebebc2b654d4;hpb=9a901b798b4dd29afa0ebed585652675d58e6e8d;p=ansible.git diff --git a/playbooks/debian-init-system.sh b/playbooks/debian-init-system.sh index 3ff2524..1d4e537 100755 --- a/playbooks/debian-init-system.sh +++ b/playbooks/debian-init-system.sh @@ -4,4 +4,5 @@ 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 "$@" --become-method=su -Kv +ansible-playbook debian/init-system.yml "$@" --become-method=su -K && +exec ansible-playbook debian/init-system2.yml "$@"