I'm dumb forgot to change the filename to /etc/sysctl.conf

This commit is contained in:
Jordan Pryde 2016-07-06 16:38:28 -04:00
parent 8a03aa93df
commit 019a4a2763
1 changed files with 1 additions and 1 deletions

View File

@ -17,6 +17,6 @@
- read-edid
- name: enable magic sysrq
lineinfile: dest=/etc/default/nfs-common
lineinfile: dest=/etc/sysctl.conf
state=present
line='kernel.sysrq = 1'