9 lines
196 B
YAML

- 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