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