summaryrefslogtreecommitdiff
path: root/ansible/roles/gnupg-workstation/tasks/main.yml
blob: 3eee1180ace2792abbe57496bb79de5efcc2ed78 (plain)
1
2
3
4
5
6
7
- name: install gnupg stuff
  apt:
    name: "{{ item }}"
  with_items:
    - hopenpgp-tools
    - scdaemon
    - pass