Skip to content

Commit d656c3c

Browse files
committed
Fix issue in apt repo.
1 parent 6621676 commit d656c3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/Debian.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
- name: Add mongo apt repository
33
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
4+
repo: deb https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.2 multiverse # yamllint disable-line rule:line-length
55

66
- name: Install mongodb org shell
77
apt:

0 commit comments

Comments
 (0)