Rework podman rootless 9
This commit is contained in:
parent
df84e679a1
commit
97e033a6ca
1 changed files with 2 additions and 1 deletions
|
@ -44,7 +44,8 @@ applications_podman_user:
|
||||||
applications_podman_rootless_tun_module:
|
applications_podman_rootless_tun_module:
|
||||||
file.managed:
|
file.managed:
|
||||||
- name: /etc/modules-load.d/tun.conf
|
- name: /etc/modules-load.d/tun.conf
|
||||||
- content: tun
|
- contents:
|
||||||
|
- tun
|
||||||
- user: root
|
- user: root
|
||||||
- group: root
|
- group: root
|
||||||
- makedirs: True
|
- makedirs: True
|
||||||
|
|
Loading…
Reference in a new issue