-
Notifications
You must be signed in to change notification settings - Fork 74
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
Support converge
step for rootfull pods
#82
Comments
I'm not very familiar with internals of ansible or molecule but it look like ansible is not putting a In the provisioner:
name: ansible
ansible_args: [ '--become' ]
inventory:
host_vars:
localhost:
ansible_become_password: natsirt
ansible_become: true But the output of
The connection should be modified to make ansible play commands with 'sudo podman' but I don't know how to do that. |
Hi, I proposed a fix for the
create
step (ansible-community/molecule-podman#83) but theconverge
step is also broken.Versions
How to reproduce
I'm pulling the code from my fork to avoid the issue ansible-community/molecule-podman#77 but i'm up to date with upstream.
What is happening
What is expected
The text was updated successfully, but these errors were encountered: