master
neingeist 6 years ago
parent 26d6ffd187
commit 91a279cf53

@ -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

Loading…
Cancel
Save