Ansible_workstation/roles/user/tasks/archlinux.yml

15 lines
255 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
- name: init sway
import_tasks: sway.yml
when: ("sway" in user.config.stowing)