podman: Login to registries
This commit is contained in:
@@ -10,3 +10,11 @@
|
||||
name: podman-auto-update.timer
|
||||
state: started
|
||||
enabled: true
|
||||
|
||||
- name: Login to registries
|
||||
containers.podman.podman_login:
|
||||
registry: "{{ item.registry }}"
|
||||
username: "{{ item.username }}"
|
||||
password: "{{ item.password }}"
|
||||
authfile: /run/containers/0/auth.json
|
||||
loop: "{{ podman_registry_accounts }}"
|
||||
|
||||
Reference in New Issue
Block a user