Merge branch 'master' of waschsauger.bl0rg.net:ansible-role-fstrim
This commit is contained in:
commit
f54f831fa0
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
||||||
- include: systemd-daemon-reload.yml
|
- import_tasks: systemd-daemon-reload.yml
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue