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