summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 }}"