This commit is contained in:
neingeist 2018-03-09 15:15:16 +01:00
parent 26d6ffd187
commit 91a279cf53

View file

@ -5,7 +5,7 @@
- name: Install fstrim.timer on Debian - name: Install fstrim.timer on Debian
copy: src=fstrim.timer.debian dest=/etc/systemd/system/fstrim.timer 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 notify: systemd-daemon-reload
- name: Configure fstrim.timer - name: Configure fstrim.timer