-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
synchronize module (rsync) not working with podman #81
Comments
This is not really a Molecule issue. The underlying problem is the So this issue should be opened in the ansible.posix repo. |
Allow podman connections in synchronize module SUMMARY ISSUE TYPE Feature Pull Request For fixing issues with molecule: ansible-community/molecule-podman#45 COMPONENT NAME synchronize ADDITIONAL INFORMATION Add podman connections as it's done with buildah and docker. Reviewed-by: Abhijeet Kasurde <None> Reviewed-by: Sergey <None> Reviewed-by: Sumit Jaiswal <[email protected]> Reviewed-by: Hideki Saito <[email protected]>
At this moment we depend on ansible-collections/ansible.posix#149 to make a new release, so we can do something require something like @Crystallic I would recommend you to install ansible.posix from master and test, just to be sure that is enough in order to fix this bug. |
I have a feeling that the issue is not fixed yet (ansible-collections/ansible.posix#229 (comment)). |
hey |
Complete adding podman connection to synchronize SUMMARY ISSUE TYPE Bugfix Pull Request COMPONENT NAME synchronize ADDITIONAL INFORMATION Continue of #229 For fixing ansible-community/molecule-podman#45 Reviewed-by: Sorin Sbarnea <[email protected]> Reviewed-by: Tadej Borovšak <None> Reviewed-by: Abhijeet Kasurde <None> Reviewed-by: Sergey <None> Reviewed-by: None <None>
@sshnaidm Do you think that synchronize works now with podman containers? Which version of the collection do we need in order to make use of that feature? Does it work with older versions of Ansible like 2.9 ? |
Yeah, it should work with release of ansible.posix 1.3.0. If you use syncronize module from ansible.posix collection with Ansible 2.9 (like |
At this moment we only require https://github.com/ansible-community/molecule-podman/blob/main/src/molecule_podman/driver.py#L197 but i will make a change to also require ansible.posix 1.3.0 as the module use if not of much use without syncronize, as as most users will want to rsync stuff to the tested node in prepare.yml |
Hey
I got some issues by testing Ansible roles with synchronize module..
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)
The text was updated successfully, but these errors were encountered: