fix(podman_host): remove dangling template

This commit is contained in:
Iain Learmonth 2026-03-07 12:32:31 +00:00
parent 0d70928df3
commit 2b7226addf

View file

@ -1,4 +0,0 @@
# {{ ansible_managed }}
{% for username in podman_host_rootless_users %}
{{ username }}:{{ 100000 + ((loop.index - 1) * 65536) }}:65536
{% endfor %}