docker: No need to set max user namespaces
This commit is contained in:
parent
2bf1320e3c
commit
e5e2604a68
1 changed files with 0 additions and 6 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue