explicit installation of linux headers (#975)

This commit is contained in:
Jack Ivanov 2018-05-30 07:43:06 +03:00 committed by Dan Guido
parent 2d9a36d13a
commit aee043977f
2 changed files with 2 additions and 2 deletions

View file

@ -88,7 +88,7 @@
- coreutils
- iptables-persistent
- cgroup-tools
- openssl
- "openssl{% if install_headers|default(true)|bool %},linux-headers-{{ ansible_kernel }}{% endif %}"
sysctl:
- item: net.ipv4.ip_forward
value: 1

View file

@ -2,7 +2,7 @@
set -ex
DEPLOY_ARGS="server_ip=$LXC_IP server_user=ubuntu IP_subject_alt_name=$LXC_IP local_dns=true dns_over_https=true apparmor_enabled=false"
DEPLOY_ARGS="server_ip=$LXC_IP server_user=ubuntu IP_subject_alt_name=$LXC_IP local_dns=true dns_over_https=true apparmor_enabled=false install_headers=false"
if [ "${LXC_NAME}" == "docker" ]
then