mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-02-04 07:11:49 +00:00
Add podman search (#770)
* Add podman_search module Signed-off-by: Derek <derek@frisbeeworld.com>
This commit is contained in:
parent
4cb8404b7b
commit
38d95029e8
4 changed files with 463 additions and 0 deletions
8
ci/playbooks/containers/podman_search.yml
Normal file
8
ci/playbooks/containers/podman_search.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
- hosts: all
|
||||
gather_facts: true
|
||||
tasks:
|
||||
- include_role:
|
||||
name: podman_search
|
||||
vars:
|
||||
ansible_python_interpreter: "{{ _ansible_python_interpreter }}"
|
||||
Loading…
Add table
Add a link
Reference in a new issue