ubuntify
This commit is contained in:
parent
26d6ffd187
commit
91a279cf53
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue