Skip to content
Snippets Groups Projects
Commit a67b275a authored by Matt Nelson's avatar Matt Nelson
Browse files

Fix bad paste on task extract boostgrap image

parent 3dff2dff
No related branches found
No related tags found
No related merge requests found
Pipeline #34424 passed
......@@ -65,7 +65,9 @@
- name: Extract boostrap image # noqa risky-file-permissions
unarchive:
src: /tmp/archlinux-bootstrap-x86_64.tar.gz
dest: /tmpgpg --keyserver-options auto-key-retrieve --verifys/dev
dest: /tmp
remote_src: true
creates: /tmp/root.x86_64
when: valid_key.stdout_lines[1] | trim == gpg_info.stderr_lines[2].split()[-1] | trim
- name: Copy resolv.conf to bootstrap chroot
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment