summaryrefslogtreecommitdiff
path: root/ansible/roles/gnupg-workstation
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-07-27 12:50:21 +0300
committerLars Wirzenius <liw@liw.fi>2016-07-27 12:50:21 +0300
commiteb172c67b219e58d1aca93bbeb2a211cceb07346 (patch)
tree3e20b734fd4dfc48dad05371ea5e578e678c78e2 /ansible/roles/gnupg-workstation
parent618ff24a6c46d6782d056cf8573c4c7524dc3fb3 (diff)
downloadansibleness-eb172c67b219e58d1aca93bbeb2a211cceb07346.tar.gz
Add gnupg-workstation role
Diffstat (limited to 'ansible/roles/gnupg-workstation')
-rw-r--r--ansible/roles/gnupg-workstation/tasks/main.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/ansible/roles/gnupg-workstation/tasks/main.yml b/ansible/roles/gnupg-workstation/tasks/main.yml
new file mode 100644
index 0000000..6dc4bfa
--- /dev/null
+++ b/ansible/roles/gnupg-workstation/tasks/main.yml
@@ -0,0 +1,8 @@
+- name: install gnupg-curl
+ apt: name=gnupg-curl
+
+- name: install parcimonie
+ apt: name=parcimonie
+
+- name: install hopenpgp-tools
+ apt: name=hopenpgp-tools \ No newline at end of file