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_container_copy module (#813)

Signed-off-by: kubealex <al.rossi87@gmail.com>
This commit is contained in:
Alessandro Rossi 2024-08-13 11:56:47 +02:00 committed by GitHub
parent 202a0fb6da
commit eb46429493
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 342 additions and 0 deletions

View file

@ -0,0 +1,8 @@
---
- hosts: all
gather_facts: true
tasks:
- include_role:
name: podman_container_copy
vars:
ansible_python_interpreter: "{{ _ansible_python_interpreter }}"