Open
Description
Hey
I got some issues by testing Ansible roles with synchronize module..
PLAY RECAP ********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************
molecule_debian10 : ok=36 changed=2 unreachable=0 failed=1 skipped=6 rescued=0 ignored=0
fatal: [molecule_debian10]: FAILED! => {"changed": false, "msg": "synchronize uses rsync to function. rsync needs to connect to the remote host via ssh, docker client or a direct filesystem copy. This remote host is being accessed via podman instead so it cannot work."}
Is there any possibility to get the synchronize module from Ansible working with Molecule and podman? Or is there any indication of how long it will take for this feature to become available?
System Information:
Debian10/Debian11/Archlinux (maybe any OS)
molecule --version
molecule 3.3.2 using python 3.9
ansible:2.9.21
containers:0.2.1 from molecule_containers
delegated:3.3.2 from molecule
docker:0.2.4 from molecule_docker
podman:0.3.0 from molecule_podman
podman --version
podman version 3.0.1
Activity