Add gpg installation
This commit is contained in:
parent
81c63724d7
commit
929102158b
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue