]> git.phdru.name Git - ansible.git/blobdiff - playbooks/debian/init-system.sh
Feat: Rename `*.yml` to `*.yaml`
[ansible.git] / playbooks / debian / init-system.sh
index ab4ba714777f89c2ba16a93778b2275f899e7b8a..3a3ef1b7bbabdbe4184d81f89e25c7a82e29ad46 100755 (executable)
@@ -15,7 +15,7 @@ ssh phd@$host exit &&
 cd "`dirname \"$0\"`" &&
 
 # `sudo` isn't configured yet too; use `su` and ask for root password.
-ansible-playbook ../init-system.yml "$@" -e hosts="$host" \
+ansible-playbook ../init-system.yaml "$@" -e hosts="$host" \
    --become-method=su -K &&
 ../run-roles debian/remove-systemd "$@" -e hosts="$host" &&
-exec ansible-playbook ../init-system2.yml "$@" -e hosts="$host"
+exec ansible-playbook ../init-system2.yaml "$@" -e hosts="$host"