chore: remove unnecessary empty line from template
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2022-06-20 22:53:23 +02:00
parent a29c7577fd
commit d090a76c54
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 2 additions and 2 deletions

View File

@ -65,11 +65,11 @@ net.ipv6.conf.default.disable_ipv6 = 1
# Disable ICMP routing redirects
net.ipv6.conf.all.accept_redirects = 0
net.ipv6.conf.default.accept_redirects = 0
{% if kernel_namespace_support_enabled | bool %}
user.max_user_namespaces = 15076
{% endif %}
{% if kernel_ipv4_ping_group_range is defined %}
net.ipv4.ping_group_range={{ kernel_ipv4_ping_group_range }}
{% endif %}