Add gpg installation

This commit is contained in:
Fernando Schauenburg 2019-11-15 23:45:53 +00:00
parent 81c63724d7
commit 929102158b

View file

@ -5,6 +5,7 @@
apt: name={{ item }} state=latest update_cache=yes
loop:
- curl
- gpg
- tree
- name: Install common packages (macOS)
@ -12,5 +13,6 @@
homebrew: name={{ item }} state=latest
loop:
- curl
- gpg
- tree