Fix cryptodome install
This commit is contained in:
parent
4c69926932
commit
3e7b20423e
3 changed files with 5 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
- name: Install python-cryptodome
|
||||
- name: Install python-pycryptodome
|
||||
apt:
|
||||
name:
|
||||
- python3-cryptodome
|
||||
- python3-pycryptodome
|
||||
state: latest
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
- name: Install python3-cryptodome
|
||||
win_command: pip install cryptodome
|
||||
- name: Install python3-pycryptodome
|
||||
win_command: pip install pycryptodome
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue