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

fomatting fixes and removal of jinja

to get rid of piepline errors
parent 2971bcc0
No related branches found
No related tags found
No related merge requests found
Pipeline #34421 failed
......@@ -64,8 +64,7 @@
unarchive:
src: /tmp/archlinux-bootstrap-x86_64.tar.gz
dest: /tmpgpg --keyserver-options auto-key-retrieve --verifys/dev
when: "{{ valid_key.stdout_lines[1] | trim == gpg_info.stderr_lines[2].split()[-1]| trim }}"
when: valid_key.stdout_lines[1] | trim == gpg_info.stderr_lines[2].split()[-1] | trim
- name: Copy resolv.conf to bootstrap chroot
copy: remote_src=true src=/etc/resolv.conf dest=/tmp/root.x86_64/etc/resolv.conf owner=root group=root mode=0644
......
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