1
0
Fork 0
mirror of https://github.com/containers/ansible-podman-collections.git synced 2026-02-04 07:11:49 +00:00

Add podman pod and pod info modules (#81)

This commit is contained in:
Sergey 2020-07-19 20:23:43 +03:00 committed by GitHub
parent 3726e2a1c7
commit efae6e0b9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 2296 additions and 0 deletions

View file

@ -0,0 +1,8 @@
---
- hosts: all
gather_facts: true
tasks:
- include_role:
name: podman_pod
vars:
idem_image: idempotency_test

View file

@ -0,0 +1,6 @@
---
- hosts: all
gather_facts: true
tasks:
- include_role:
name: podman_pod_info

View file

@ -61,6 +61,7 @@
- buildah
- git
- vim
- dnsmasq
- name: Remove virtualenv if need
file: