summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2022-03-11 09:16:05 +0200
committerLars Wirzenius <liw@liw.fi>2022-03-11 09:16:05 +0200
commit29d6c44493055738645d825cf7a9cfa8746a65d1 (patch)
tree611b282e62a1d0a016774508cc09630c52918a10
parent3a818205d123b4854fe3148e6114c5cf654a792a (diff)
downloadv-i-29d6c44493055738645d825cf7a9cfa8746a65d1.tar.gz
fix: drop the rootfs.tar.gz tarball from the installer image
It's only useful for rebuilding the installer image. v-i itself can't use it as its contents are not what v-i would cache. Sponsored-by: author
-rw-r--r--installer-ansible.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/installer-ansible.yml b/installer-ansible.yml
index 98b42b6..fe7475a 100644
--- a/installer-ansible.yml
+++ b/installer-ansible.yml
@@ -67,11 +67,6 @@
regex: "#* *PasswordAuthentication"
line: "PasswordAuthentication no"
- - name: "copy rootfs tarball"
- copy:
- src: "{{ rootfs_tarball }}"
- dest: /root/rootfs.tar.gz
-
- name: "add APT key for CI repo with vmdb2"
copy:
content: "{{ ci_prod_signing_key }}"