copr-be-dev: correct path to aws terminate playbook

This commit is contained in:
Pavel Raiskup 2020-05-07 14:24:25 +02:00
parent bbcc370de7
commit 63d66a3311

View file

@ -2,5 +2,5 @@
die() { echo "$*" >&2 ; exit 1; }
test -n "$RESALLOC_NAME" || die "no RESALLOC_NAME"
ansible-playbook /home/copr/provision/terminatepb-aws.yml \
ansible-playbook /var/lib/resallocserver/provision/terminatepb-aws.yml \
--extra-vars '{"copr_task": {"vm_name": "'"$RESALLOC_NAME"'"}}'