Skip to content

Commit 6621676

Browse files
committed
Only supported on Ubuntu.
1 parent 9b7006a commit 6621676

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

meta/main.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,11 @@ galaxy_info:
77
license: license (MIT)
88
min_ansible_version: 2.0
99
platforms:
10-
- name: EL
11-
versions:
12-
- 7
13-
- 8
14-
- name: Fedora
15-
versions:
16-
- all
1710
- name: Debian
1811
versions:
19-
- stretch
2012
- buster
2113
- name: Ubuntu
2214
versions:
23-
- xenial
2415
- bionic
2516
galaxy_tags:
2617
- mongo

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 [ arch=amd64,arm64 ] 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)