Ansible_workstation/roles/user/tasks/arch.yml

12 lines
172 B
YAML
Raw Normal View History

---
- name: Install stow
community.general.pacman:
name: stow
state: present
- name: Install git
community.general.pacman:
name: git
state: present
2022-01-12 05:06:12 +00:00