added yay stuff, docker role

This commit is contained in:
opal
2023-03-10 23:50:47 -08:00
parent c6bf769eed
commit 55accab981
5 changed files with 17 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
---
- name: Enable Docker systemd unit
service:
enabled: yes
name: docker
- name: Enable Docker systemd unit
service:
state: started
name: docker

View File

@@ -0,0 +1 @@
---

View File

@@ -10,9 +10,11 @@ wm_packages:
- grim
- light
- bemenu
- wlsunset
general_packages:
- git
- docker
- keychain
- stow
- python3-pip
@@ -83,4 +85,3 @@ font_packages:
flatpak_packages:
- org.signal.Signal
- net.lutris.Lutris

View File

@@ -9,7 +9,7 @@
command:
chdir: "{{ srcdir }}/yay"
cmd: "makepkg -sfi --noconfirm"
creates: /usr/bin/yay--
creates: /usr/bin/yay
- name: Install yay packages
community.general.pacman:

View File

@@ -13,3 +13,6 @@
become: yes
become_user: opal
become_method: su
- role: docker
tags: docker_tag