Add clean tag to aid with skipping remaking stratas

This commit is contained in:
CactiChameleon9 2022-07-15 20:31:07 +01:00
parent 59b057463d
commit e15e124853
2 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,7 @@
name: fetch-strata
vars:
strata: alpine
tags: clean
- name: Enable community repo

View File

@ -5,9 +5,11 @@
name: fetch-strata
vars:
strata: arch
tags: clean
- name: Enable AUR support (install base devel)
pacman: name=base-devel
- name: Install yay
aur: name=yay
become_user: daniel