Javier Peña
Javier Peña
I think this could be fixed by adding a line like the following in the block at https://github.com/ansible-community/molecule-podman/blob/master/lib/molecule_podman/playbooks/create.yml#L89-L109 : `{% if item.pull is defined and item.pull %}--pull always{% elif item.pull...
Otra opción que me ha funcionado a mí es añadir este par de líneas antes de la primera llamada al API: > import requests requests.packages.urllib3.util.ssl_.DEFAULT_CIPHERS += 'HIGH:!DH:!aNULL'
Looks good to me, thanks for the fix!