|
|
|
@ -5,7 +5,7 @@
|
|
|
|
|
|
|
|
|
|
- name: Install fstrim.timer on Debian
|
|
|
|
|
copy: src=fstrim.timer.debian dest=/etc/systemd/system/fstrim.timer
|
|
|
|
|
when: ansible_distribution == 'Debian'
|
|
|
|
|
when: ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu'
|
|
|
|
|
notify: systemd-daemon-reload
|
|
|
|
|
|
|
|
|
|
- name: Configure fstrim.timer
|
|
|
|
|