1
0
Fork 0
mirror of https://github.com/containers/ansible-podman-collections.git synced 2026-02-04 07:11:49 +00:00
ansible-podman-collections/ci/playbooks/containers/podman_play.yml
Sergey 1c0a167a1d
Add Podman play kube module (#244)
* Add Podman play kube module
* Add tests
2021-05-12 16:52:42 +03:00

8 lines
177 B
YAML

---
- hosts: all
gather_facts: true
tasks:
- include_role:
name: podman_play
vars:
ansible_python_interpreter: "{{ _ansible_python_interpreter }}"