Do not fail if already logged out.
This commit is contained in:
parent
2f3caee853
commit
ac237a122d
@ -19,6 +19,7 @@
|
||||
containers.podman.podman_logout:
|
||||
registry: "{{ image.push_dest }}"
|
||||
changed_when: false
|
||||
failed_when: false
|
||||
become: true
|
||||
when: image.push | default(False) | bool
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user