Skip to content
Snippets Groups Projects
Commit 2f93dc19 authored by Robin Sonnabend's avatar Robin Sonnabend
Browse files

Unset kernel key storage quota after update to stretch

parent ef71001d
Branches
No related tags found
No related merge requests found
......@@ -49,6 +49,16 @@
- sysctl
- config
- name: stretch has a reasonable default value for the kernel key storage size
sysctl: name=kernel.keys.root_maxkeys state=absent
when: debian_version == "stretch"
notify:
- reload sysctl
tags:
- nfs-client
- sysctl
- config
# makes life much easier to have an automounter and not /etc/fstab
- name: ensure automounter is installed
apt: name=autofs state=latest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment