docker: No need to set max user namespaces

This commit is contained in:
Timo Makinen 2024-12-09 22:45:00 +00:00
parent 2bf1320e3c
commit e5e2604a68

View file

@ -12,12 +12,6 @@
name: docker-ce name: docker-ce
state: installed state: installed
- name: Enable user namespaces
ansible.posix.sysctl:
name: user.max_user_namespaces
value: "10240"
sysctl_file: /etc/sysctl.d/00-docker.conf
- name: Create config directory - name: Create config directory
ansible.builtin.file: ansible.builtin.file:
path: /etc/docker path: /etc/docker