Fix lint
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Adrien Reslinger 2020-06-01 01:05:39 +02:00
parent 1c2c9395b2
commit a78f8c2284

View file

@ -4,7 +4,7 @@
- name: Install service zram-config.service
copy: src=files/etc/systemd/system/zram-config.service dest=/etc/systemd/system/zram-config.service owner=root group=root mode=0644
when: ansible_service_mgr == "systemd"
- name: Install zram-config link service in init.d
- name: Install zram-config link service in init.d
file: src=/usr/local/sbin/zram-swap.sh dest=/etc/init.d/zram-config owner=root group=root state=link
when: ansible_service_mgr != "systemd"
- name: start zram-config service