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 6621676 commit d656c3cCopy full SHA for d656c3c
tasks/Debian.yml
@@ -1,7 +1,7 @@
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" # yamllint disable-line rule:line-length
+ repo: deb https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.2 multiverse # yamllint disable-line rule:line-length
5
6
- name: Install mongodb org shell
7
apt:
0 commit comments