16 lines
247 B
YAML
Raw Normal View History

2022-07-15 12:54:08 +01:00
---
- name: Fetch new arch strata
include_role:
name: fetch-strata
vars:
strata: arch
tags: clean
2022-07-15 13:11:34 +01:00
- name: Enable AUR support (install base devel)
pacman: name=base-devel
- name: Install yay
aur: name=yay
become_user: daniel