mirror of
https://github.com/morten-olsen/configs.git
synced 2026-02-08 00:46:24 +01:00
Add arch support
This commit is contained in:
@@ -23,3 +23,15 @@
|
||||
path: "{{ home }}"
|
||||
state: directory
|
||||
owner: "{{ username }}"
|
||||
|
||||
- name: Install yay
|
||||
tags:
|
||||
- install
|
||||
when: archlinux
|
||||
include_tasks: yay.yml
|
||||
|
||||
- name: Install flatpak
|
||||
tags:
|
||||
- install
|
||||
when: archlinux
|
||||
include_tasks: flatpak.yml
|
||||
|
||||
Reference in New Issue
Block a user