aboutsummaryrefslogtreecommitdiff
path: root/roles/signed_certificate/tasks/archlinux.yaml
blob: d96f23e7483a626437a409350be1c8c9e482a496 (plain)
1
2
3
4
5
6
---
- name: Install crypt libs
  community.general.pacman:
    name:
      - python-cryptography
  become: yes