5 lines
100 B
YAML
5 lines
100 B
YAML
- name: Install python-cryptography
|
|
apt:
|
|
name:
|
|
- python3-cryptography
|
|
state: latest
|