Do not fail if already logged out.

This commit is contained in:
yohan 2024-10-20 23:21:01 +02:00
parent 2f3caee853
commit ac237a122d

View File

@ -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