13 lines
201 B
YAML
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
|