all sorts of stuff

This commit is contained in:
opal
2024-09-30 20:43:53 -07:00
parent 96777f6864
commit 477c6c6103
2 changed files with 32 additions and 6 deletions

View File

@@ -39,6 +39,14 @@
name: "*"
state: latest
- name: Add Ubuntu PPAs to apt repositories
apt_repository:
repo: "{{ item }}"
codename: "jammy" # Force the Ubuntu codename that PPAs support (e.g., "focal" or "jammy")
state: present
loop: "{{ ppa }}"
- name: Install window manager packages
package:
name: "{{ item }}"