Skip to content

Commit 35609b7

Browse files
committed
Gnupg required for adding apt key.
1 parent a435185 commit 35609b7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tasks/Debian.yml

+6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
---
2+
- name: Install gnupg
3+
apt:
4+
name: gnupg
5+
update_cache: yes
6+
27
- name: Add mongo apt key
38
apt_key:
49
url: https://www.mongodb.org/static/pgp/server-4.2.asc
@@ -10,3 +15,4 @@
1015
- name: Install mongodb org shell
1116
apt:
1217
name: mongodb-org-shell
18+
update_cache: yes

0 commit comments

Comments
 (0)