Rework podman rootless 9

This commit is contained in:
LinuxSquare 2023-10-20 17:09:32 +02:00
parent df84e679a1
commit 97e033a6ca

View file

@ -44,7 +44,8 @@ applications_podman_user:
applications_podman_rootless_tun_module:
file.managed:
- name: /etc/modules-load.d/tun.conf
- content: tun
- contents:
- tun
- user: root
- group: root
- makedirs: True