aurore-logs/roles/openssl-common/tasks/main.yml

7 lines
No EOL
124 B
YAML

---
- name: Install python3-cryptography library
become: true
apt:
name: python3-cryptography
state: present
...