Skip to content

Commit

Permalink
Ensure apparmor is installed (Fix #7965)
Browse files Browse the repository at this point in the history
  • Loading branch information
rtsp committed Sep 23, 2021
1 parent 22017b7 commit 4a1d321
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions roles/kubernetes/preinstall/vars/debian-11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ required_pkgs:
- software-properties-common
- conntrack
- iptables
- apparmor
1 change: 1 addition & 0 deletions roles/kubernetes/preinstall/vars/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ required_pkgs:
- apt-transport-https
- software-properties-common
- conntrack
- apparmor

0 comments on commit 4a1d321

Please sign in to comment.