mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-03-22 02:29:08 +00:00
Add CI for podman_network_info module (#38)
This commit is contained in:
parent
76add0a15b
commit
b421c19e70
3 changed files with 105 additions and 3 deletions
6
ci/playbooks/containers/podman_network_info.yml
Normal file
6
ci/playbooks/containers/podman_network_info.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
- hosts: all
|
||||
gather_facts: true
|
||||
tasks:
|
||||
- include_role:
|
||||
name: podman_network_info
|
||||
Loading…
Add table
Add a link
Reference in a new issue