1
0
Fork 0
mirror of https://github.com/containers/ansible-podman-collections.git synced 2026-03-22 02:29:08 +00:00
ansible-podman-collections/ci/playbooks/containers/podman_network.yml
Sergey c97a56a0a2
Add podman_network module (#107)
And add release 1.3.0
2020-09-03 01:38:25 +03:00

8 lines
162 B
YAML

---
- hosts: all
gather_facts: true
tasks:
- include_role:
name: podman_network
vars:
ansible_python_interpreter: "/usr/bin/python"