copr-be-dev: correct path to aws terminate playbook
This commit is contained in:
parent
bbcc370de7
commit
63d66a3311
1 changed files with 1 additions and 1 deletions
|
@ -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"'"}}'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue