Ansible_workstation/roles/user/tasks/arch.yml

13 lines
201 B
YAML

---
- name: Install stow
community.general.pacman:
name: stow
state: present
become: true
- name: Install git
community.general.pacman:
name: git
state: present
become: true