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

7 lines
124 B
YAML
Raw Normal View History

2020-09-19 21:39:57 +02:00
---
- name: Install python3-cryptography library
become: true
apt:
name: python3-cryptography
state: present
...