Skip to content

Commit

Permalink
pin down the version of python cryptography module
Browse files Browse the repository at this point in the history
This fixes "No module named 'setuptools_rust'" error.
Reference: Azure/azure-cli#16858
  • Loading branch information
pureneelesh committed Feb 11, 2021
1 parent ecb9c7d commit 904f334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/nodes/tasks/tls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
- name: install python packages
pip:
name:
- cryptography
- cryptography==3.3.2

- name: Create /etc/pwx
file: path=/etc/pwx state=directory
Expand Down

0 comments on commit 904f334

Please sign in to comment.