15 lines
255 B
YAML
15 lines
255 B
YAML
---
|
|
- name: Install stow
|
|
community.general.pacman:
|
|
name: stow
|
|
state: present
|
|
|
|
- name: Install git
|
|
community.general.pacman:
|
|
name: git
|
|
state: present
|
|
|
|
- name: init sway
|
|
import_tasks: sway.yml
|
|
when: ("sway" in user.config.stowing)
|