mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-02-04 07:11:49 +00:00
CI: fix Podman search of invalid image (#812)
Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
This commit is contained in:
parent
a7b89ba8fc
commit
202a0fb6da
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
- name: Search for an invalid image
|
- name: Search for an invalid image
|
||||||
containers.podman.podman_search:
|
containers.podman.podman_search:
|
||||||
term: invalidtermnope
|
term: registry.fedoraproject.org/invalidtermnope
|
||||||
executable: "{{ test_executable | default('podman') }}"
|
executable: "{{ test_executable | default('podman') }}"
|
||||||
register: info_0
|
register: info_0
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue