summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-12-25 11:26:38 +0200
committerLars Wirzenius <liw@liw.fi>2020-02-29 10:48:03 +0200
commit0fa9b518f3244f46edd272419c97e8bf6348d70d (patch)
treed048663a6d8c6da53fc2b07e82bf414fa64f4a3b
parent5a2e847204a0e1ffadd7f3370b8f81fd7dbcb165 (diff)
downloadv-i-0fa9b518f3244f46edd272419c97e8bf6348d70d.tar.gz
Change: use new Ansible variable for rootfs tarball path
vmdb2 added the variable in 9834c2105220c8a925ec6afdac1ce2003636ac31 today.
-rw-r--r--v-i.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/v-i.yml b/v-i.yml
index 6fb969a..5955513 100644
--- a/v-i.yml
+++ b/v-i.yml
@@ -50,8 +50,8 @@
- name: "copy rootfs tarball"
copy:
- src: /home/liw/tmp/v-i.tar.gz
- dest: /root/unstable.tar.gz
+ src: "{{ rootfs_tarball }}"
+ dest: /root/rootfs.tar.gz
- name: "copy my ssh pub key"
copy: