Skip to content

Commit

Permalink
explicit installation of linux headers
Browse files Browse the repository at this point in the history
  • Loading branch information
jackivanov committed May 29, 2018
1 parent d56f501 commit b5b57b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions roles/common/tasks/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
- iptables-persistent
- cgroup-tools
- openssl
- {% if install_headers|default(true)|bool %}linux-headers-{{ ansible_kernel }}{% endif %}"
sysctl:
- item: net.ipv4.ip_forward
value: 1
Expand Down
2 changes: 1 addition & 1 deletion tests/local-deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b5b57b4

Please sign in to comment.