Skip to content

Commit 040f38f

Browse files
committed
Install mongo shell.
1 parent e66b3d0 commit 040f38f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

tasks/Debian.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,8 @@
1-
---
1+
---
2+
- name: Add mongo apt repository
3+
apt_repository:
4+
repo: deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.2 multiverse
5+
6+
- name: Install mongodb org shell
7+
apt:
8+
name: mongodb-org-shell

0 commit comments

Comments
 (0)