first commit

This commit is contained in:
bzoicas
2026-03-13 11:09:33 +02:00
commit 255fd3c079
170 changed files with 8640 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
---
- name: restart_autofs
tags: autofs,system,system setup
service:
name: autofs
state: restarted
- name: restart_earlyoom
tags: earlyoom,system,system setup,tweaks
service:
name: earlyoom
state: restarted
- name: update_xdg
tags: users,config,xdg
become_user: super_user
command: /usr/bin/xdg-user-dirs-update
# GNOME stuff
- name: gnome_tracker_clean_cache
tags: gnome,tracker
file:
path: /home/super_user/.cache/tracker
state: absent
- name: gnome_tracker_clean_local_cache
tags: gnome,tracker
file:
path: /home/super_user/.local/share/tracker
state: absent
- name: enable_gnome_extensions
include_tasks: handlers/enable_gnome_extensions.yml