File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments