Add python3-cryptography
This commit is contained in:
parent
a0713cd89a
commit
d03aa86378
4 changed files with 12 additions and 0 deletions
5
roles/cryptography/tasks/main_lin.yml
Normal file
5
roles/cryptography/tasks/main_lin.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
- name: Install python-cryptography
|
||||
apt:
|
||||
name:
|
||||
- python3-cryptography
|
||||
state: latest
|
Loading…
Add table
Add a link
Reference in a new issue