-

containers.podman.podman_search module – Search for remote images using podman

+

containers.podman.podman_search module – Search for remote images using podman

Note

-

This module is part of the containers.podman collection (version 1.14.0).

+

This module is part of the containers.podman collection (version 1.15.0).

It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

To install it, use: ansible-galaxy collection install containers.podman.

@@ -54,13 +53,13 @@ To check whether it is installed, run -

Synopsis

+

Synopsis

  • Search for remote images using podman

-

Parameters

+

Parameters

@@ -107,7 +106,7 @@ To check whether it is installed, run -

Notes

+

Notes

Note

    @@ -116,7 +115,7 @@ To check whether it is installed, run -

    Examples

    +

    Examples

    - name: Search for any rhel images
       containers.podman.podman_search:
         term: "rhel"
    @@ -134,7 +133,7 @@ To check whether it is installed, run 
    -

    Return Values

    +

    Return Values

    Common return values are documented here, the following are the fields unique to this module:

Parameter

@@ -155,13 +154,13 @@ To check whether it is installed, run -

Authors

+

Authors

  • Derek Waters (@derekwaters)