Skip to content
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

crypto issue in a task #29

Open
erwangranger opened this issue Nov 24, 2023 · 0 comments
Open

crypto issue in a task #29

erwangranger opened this issue Nov 24, 2023 · 0 comments

Comments

@erwangranger
Copy link

I had to use slightly different images than the ones specified by default. I think it might be the cause of an error I encountered.

I ended up with a failing task:

This

- name: Generate self-signed private key for proxy
  community.crypto.openssl_privatekey:
    path: '{{ output_dir }}/squid.key'

failed with

community.crypto.openssl_privatekey TypeError: deprecated() got an unexpected keyword argument 'name'

I googled around and then I changed this line from cryptography ~=36.0.1 to cryptography ~=38 and helped me get past this error.

Probably specific to my env, but figured I'd document/report it, in case others run into this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant