From 2b7226addf0f10ceb909acf34281f8c9827e9ee7 Mon Sep 17 00:00:00 2001 From: irl Date: Sat, 7 Mar 2026 12:32:31 +0000 Subject: [PATCH] fix(podman_host): remove dangling template --- roles/podman_host/templates/subXid.j2 | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 roles/podman_host/templates/subXid.j2 diff --git a/roles/podman_host/templates/subXid.j2 b/roles/podman_host/templates/subXid.j2 deleted file mode 100644 index a8022c6..0000000 --- a/roles/podman_host/templates/subXid.j2 +++ /dev/null @@ -1,4 +0,0 @@ -# {{ ansible_managed }} -{% for username in podman_host_rootless_users %} -{{ username }}:{{ 100000 + ((loop.index - 1) * 65536) }}:65536 -{% endfor %}