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
|
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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue