9 lines
196 B
YAML
Raw Normal View History

2022-07-13 21:14:54 +01:00
- 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