mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-10 06:51:04 +01:00
14 lines
283 B
YAML
14 lines
283 B
YAML
- name: install caffeine
|
|
kewlfft.aur.aur:
|
|
use: yay
|
|
name:
|
|
- caffeine-ng
|
|
|
|
- name: Copy caffeine systemd service file
|
|
template:
|
|
src: caffeine.service.j2
|
|
dest: /etc/systemd/system/caffeine.service
|
|
notify:
|
|
- reload systemd
|
|
- enable and start caffeine
|