File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 66 global :
77 - ROLE_NAME : ansible-mongodb-org-shell
88 matrix :
9- - MOLECULE_DISTRO : centos8
10- - MOLECULE_DISTRO : centos7
119 - MOLECULE_DISTRO : ubuntu1804
12- - MOLECULE_DISTRO : ubuntu1604
13- - MOLECULE_DISTRO : debian10
14- - MOLECULE_DISTRO : debian9
15- - MOLECULE_DISTRO : fedora30
1610
1711install :
1812 # Install test dependencies.
Original file line number Diff line number Diff line change 11---
2+ - name : Add mongo apt key
3+ apt_key :
4+ url : https://www.mongodb.org/static/pgp/server-4.2.asc
5+
26- name : Add mongo apt repository
37 apt_repository :
4- repo : deb https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.2 multiverse # yamllint disable-line rule:line-length
8+ repo : deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.2 multiverse # yamllint disable-line rule:line-length
59
610- name : Install mongodb org shell
711 apt :
You can’t perform that action at this time.
0 commit comments