7 lines
No EOL
124 B
YAML
7 lines
No EOL
124 B
YAML
---
|
|
- name: Install python3-cryptography library
|
|
become: true
|
|
apt:
|
|
name: python3-cryptography
|
|
state: present
|
|
... |