Add basic bedrock fetch support

This commit is contained in:
CactiChameleon9 2022-07-13 21:14:54 +01:00
parent 77948e867b
commit b6f3344689

View File

@ -0,0 +1,8 @@
- name: fetch alpine linux
ansible.builtin.shell:
cmd: brl remove -d alpine; brl fetch alpine
- name: fetch arch linux
ansible.builtin.shell:
cmd: brl remove -d arch; brl fetch arch