Commit 897a4b2f authored by nimrod's avatar nimrod
Browse files

Don't enable user namespaces creation in Debian Bullseye.

It's already enabled by default in Bullseye.
parent 747a53b6
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -55,6 +55,7 @@
    owner: root

- name: Allow unprivileged user namespaces
  when: ansible_facts["distribution_major_version"] < 11
  ansible.posix.sysctl:
    name: kernel/unprivileged_userns_clone
    state: present