bitb0x/roles/apps/tasks/main.yml
b0xxer 3ff69e504e Deleted specific bitcoin role.
Deleted specific build role.

Moved all to general apps role.

Make app_list list so tasks can iterate thru list and install each app
2024-02-11 08:42:22 -06:00

9 lines
121 B
YAML

---
- name: Install apps
ansible.builtin.include_tasks:
file: "{{ item }}"
with_items:
- "{{ app_list }}"