From 29d6c44493055738645d825cf7a9cfa8746a65d1 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 11 Mar 2022 09:16:05 +0200 Subject: 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 --- installer-ansible.yml | 5 ----- 1 file changed, 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 }}" -- cgit v1.2.1