We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e66b3d0 commit 040f38fCopy full SHA for 040f38f
tasks/Debian.yml
@@ -1 +1,8 @@
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