homeserver/roles/mgrote.zswap/tasks/main.yml
mg 249510bfaf zswap hinzugefügt für tor1 (#291)
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: mg/ansible#291
Co-authored-by: mg <michael.grote@posteo.de>
Co-committed-by: mg <michael.grote@posteo.de>
2022-01-01 08:57:01 +01:00

7 lines
156 B
YAML

---
- name: add zswap to crontab
ansible.builtin.cron:
name: "activate zswap"
special_time: reboot
job: "echo 1 > {{ zswap_path }}"