Begin adding yay as a package manager so that themes^Can be installed seamlessly.
This commit is contained in:
@@ -61,6 +61,7 @@
|
||||
- "{{ ntp_server }}"
|
||||
- "{{ dig }}"
|
||||
- "{{ tmux }}"
|
||||
- "{{ base_devel }}"
|
||||
state: present
|
||||
|
||||
- name: General | Software | Packages | Install Software (DEV)
|
||||
@@ -92,13 +93,13 @@
|
||||
when: ansible_distribution == "Debian"
|
||||
ignore_errors: yes
|
||||
|
||||
- name: General | Software | Services | Install killall (Looking at you, Debian)
|
||||
- name: General | Software | Packages | Install killall (Looking at you, Debian)
|
||||
package:
|
||||
name: psmisc
|
||||
state: present
|
||||
when: ansible_distribution == "Debian"
|
||||
|
||||
- name: General | Software | Services | Install "Bloat" (Looking at you, Arch Base)
|
||||
- name: General | Software | Packages | Install "Bloat" (Looking at you, Arch Base)
|
||||
package:
|
||||
name:
|
||||
- which
|
||||
@@ -106,7 +107,7 @@
|
||||
state: present
|
||||
when: ansible_distribution == "Archlinux"
|
||||
|
||||
- name: General | Software | Services | Install Fix (Looking at you, openSUSE)
|
||||
- name: General | Software | Packages | Install Fix (Looking at you, openSUSE)
|
||||
package:
|
||||
name:
|
||||
# openSUSE Tumbleweed comes without gnome-control-center being able to open
|
||||
@@ -135,7 +136,7 @@
|
||||
state: absent
|
||||
|
||||
# Ubuntu still uses snap for critical components like GNOME, must keep.
|
||||
- name: General | Software | Services | Disable Snap Daemon
|
||||
- name: General | Software | Packages | Disable Snap Daemon
|
||||
service:
|
||||
name: snapd
|
||||
pattern: snapd
|
||||
|
||||
Reference in New Issue
Block a user