Cleaned up and refactored

This commit is contained in:
2023-11-16 23:29:43 +01:00
parent cd2c66bc54
commit 3dbdd1dfcb
39 changed files with 24 additions and 31 deletions

View File

@@ -0,0 +1,16 @@
---
- name: Install caffeine
kewlfft.aur.aur:
use: yay
name:
- caffeine-ng
- name: Create autostart directory if it doesn't exist
file:
path: "{{auto_start_directory}}"
state: directory
- name: Copy caffeine.desktop file to autostart directory
template:
src: caffeine.desktop.j2
dest: "{{auto_start_directory}}caffeine.desktop"