Skip to content
Snippets Groups Projects
Verified Commit 21d86938 authored by Jelle van der Waa's avatar Jelle van der Waa :construction:
Browse files

Make ansible-lint happy

parent 34d49e82
No related branches found
No related tags found
No related merge requests found
......@@ -107,7 +107,7 @@
when: enable_zram_swap
- name: disable zswap to prevent conflict with zram
copy: content="w- /sys/module/zswap/parameters/enabled - - - - N" dest=/etc/tmpfiles.d/zram.conf
copy: content="w- /sys/module/zswap/parameters/enabled - - - - N" dest=/etc/tmpfiles.d/zram.conf owner=root group=root mode=0644
register: zramtmpfiles
when: enable_zram_swap
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment