X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=playbooks%2Fredhat%2Finit-system.sh;h=a8901f2d0e99dac91c750ecd2166cd5c4f9b2174;hb=ddfe5be44cbe94295781b2f1c87576618d1af5f6;hp=c4423a9263ddb0219f3917bfbc45da2bc3b22c31;hpb=e8637fa0c109b53cc0644014b69b40fa67cdf906;p=ansible.git diff --git a/playbooks/redhat/init-system.sh b/playbooks/redhat/init-system.sh index c4423a9..a8901f2 100755 --- a/playbooks/redhat/init-system.sh +++ b/playbooks/redhat/init-system.sh @@ -14,5 +14,5 @@ cd "`dirname \"$0\"`" && # Passwordless access isn't configured yet; use `ssh` connection sharing. # `sudo` isn't configured yet too; ask for phd password. -ansible-playbook ../init-system.yml "$@" -e hosts="$host" -K && -exec ansible-playbook ../init-system2.yml "$@" -e hosts="$host" +ansible-playbook ../init-system.yaml "$@" -e hosts="$host" -K && +exec ansible-playbook ../init-system2.yaml "$@" -e hosts="$host"