On Saturday, 3 February 2018 02.16.37 CET Michael Bubb wrote: > > When trying to run the Openssl_certificate module with provider=assertonly > I am getting > > "The python pyOpenSSL library is required" > > but it looks like that is available to Python: > > python -m OpenSSL.debug
>From the documentation "Requirements (on host that executes module)" I guess you are running this on the remote host and not localhost so you need to install the requirement on the remote host. -- Kai Stian Olstad -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/3072990.keVHpmJhmt%40x1. For more options, visit https://groups.google.com/d/optout.
