aboutsummaryrefslogtreecommitdiff
path: root/roles/signed_certificate/tasks/debian.yaml
blob: bca3cc9599f3afc164d7d2a1369cf486c49ebd31 (plain)
1
2
3
4
5
6
---
- name: Install crypt libs
  apt:
    name:
      - python3-cryptography
  become: yes