mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-03-22 02:29:08 +00:00
Add podman system info module Signed-off-by: johnsonlien <johnsonlien95@gmail.com> Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com> Co-authored-by: Sagi Shnaidman <sshnaidm@redhat.com>
8 lines
184 B
YAML
8 lines
184 B
YAML
---
|
|
- hosts: all
|
|
gather_facts: true
|
|
tasks:
|
|
- include_role:
|
|
name: podman_system_info
|
|
vars:
|
|
ansible_python_interpreter: "{{ _ansible_python_interpreter }}"
|