benblasco
benblasco
Yes, tried with and without. current playbook status: ``` - name: ensure jenkins container is running hosts: localhost connection: local become: yes ``` The error still reads: ``` TASK [ikke_t.podman_container_systemd...
Hi, sorry for the slow reply! Looks like the SELinux contexts and directory perms are all the same. ``` [bblasco@micro ansible-podman-examples]$ ls -laZ /home/bblasco/.config/systemd/user/ total 4 drwxr-xr-x. 2 bblasco bblasco...
Any update on this? I have the same requirement, and can contribute to the project more broadly via some documentation rather than code.
Does this just amount to a documentation update to explain how to use local containers and specify the minimum podman version for the feature to work? Happy to help with...
@Ramblurr will you submit a PR?
What's the error you are getting? I believe that the problem is with the fact that you have commented out the arguments being passed to the container. You need to...