We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
cryptography ~=36.0.1
cryptography ~=38
Probably specific to my env, but figured I'd document/report it, in case others run into this.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
failed with
I googled around and then I changed this line from
cryptography ~=36.0.1
tocryptography ~=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.
The text was updated successfully, but these errors were encountered: