all sorts of stuff
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user