Use auth file instead of creds in quadlet files

This commit is contained in:
uumas
2025-10-06 16:17:27 +03:00
parent 2712cf2865
commit bdec55ffc7
12 changed files with 19 additions and 65 deletions

View File

@@ -16,5 +16,6 @@
registry: "{{ item.registry }}"
username: "{{ item.username }}"
password: "{{ item.password }}"
authfile: /run/containers/0/auth.json
authfile: /etc/containers/auth.json
loop: "{{ podman_registry_accounts }}"
no_log: true