initial commit

This commit is contained in:
neingeist 2016-03-06 23:05:05 +01:00
commit 82fe1a0b1a
5 changed files with 24 additions and 0 deletions

7
tasks/main.yml Normal file
View file

@ -0,0 +1,7 @@
---
- file: path=/etc/systemd/system/fstrim.timer.d state=directory
- copy: src=10-daily.conf dest=/etc/systemd/system/fstrim.timer.d/10-daily.conf
notify: systemd-daemon-reload
- service: name=fstrim.timer enabled=yes state=started
- copy: src=fstrim.service dest=/etc/systemd/system/
notify: systemd-daemon-reload