Skip to content
Snippets Groups Projects
Commit 46c712d2 authored by Jörg Sachse's avatar Jörg Sachse
Browse files

fix: reload Systemd daemon before enabling zramswap to make sure the unit can be found

parent 185f0ae4
No related branches found
No related tags found
No related merge requests found
...@@ -77,7 +77,8 @@ ...@@ -77,7 +77,8 @@
- name: configure zram based swap (common) - name: configure zram based swap (common)
block: block:
- name: start zram service - name: start zram service
ansible.builtin.systemd: ansible.builtin.systemd_service:
name: "zramswap.service" name: "zramswap.service"
daemon_reload: true
state: started state: started
enabled: true enabled: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment