8 lines
188 B
YAML
8 lines
188 B
YAML
---
|
|
- name: Install scoop
|
|
ansible.builtin.include_tasks:
|
|
file: scoop.yml
|
|
|
|
- name: Install gopass and requirements using scoop
|
|
ansible.builtin.include_tasks:
|
|
file: packages.yml
|