5 lines
96 B
YAML
5 lines
96 B
YAML
- name: Install python-cryptodome
|
|
apt:
|
|
name:
|
|
- python3-cryptodome
|
|
state: latest
|