Skip to content
Snippets Groups Projects
Commit 21cb312b authored by Sven-Hendrik Haase's avatar Sven-Hendrik Haase
Browse files

Externalize bootstrap image version

parent 9685ddf2
No related branches found
No related tags found
No related merge requests found
......@@ -8,3 +8,5 @@
remote_user: root
roles:
- install_arch
vars:
- bootstrap_version: "2019.05.02"
......@@ -49,11 +49,11 @@
- name: download bootstrap image
get_url:
url: https://mirrors.kernel.org/archlinux/iso/2019.03.01/archlinux-bootstrap-2019.03.01-x86_64.tar.gz
url: https://mirrors.kernel.org/archlinux/iso/{{ bootstrap_version }}/archlinux-bootstrap-{{ bootstrap_version }}-x86_64.tar.gz
dest: /tmp/
- name: extract boostrap image
command: tar xf archlinux-bootstrap-2019.03.01-x86_64.tar.gz
command: tar xf archlinux-bootstrap-{{ bootstrap_version }}-x86_64.tar.gz
args:
chdir: /tmp
creates: /tmp/root.x86_64
......
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