mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-02-03 23:01:48 +00:00
Fix podman logout for newer Podman (#969)
Fix #935 Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
This commit is contained in:
parent
f4b57ac265
commit
9cffa671c8
2 changed files with 8 additions and 2 deletions
|
|
@ -23,7 +23,6 @@
|
|||
containers.podman.podman_logout:
|
||||
executable: "{{ test_executable | default('podman') }}"
|
||||
register: non_existing_registry
|
||||
ignore_errors: true
|
||||
|
||||
- name: Check results
|
||||
assert:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue