This commit is contained in:
parent
1c2c9395b2
commit
a78f8c2284
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue