Merge branch 'master' of waschsauger.bl0rg.net:ansible-role-fstrim

This commit is contained in:
neingeist 2018-08-29 18:51:51 +02:00
commit f54f831fa0
2 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
- include: systemd-daemon-reload.yml - import_tasks: systemd-daemon-reload.yml

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