1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Mint might need static mapping to Ubuntu

This commit is contained in:
Jerry Vonau 2020-09-01 05:13:20 -05:00
parent 701921fa26
commit 1bea516fea
3 changed files with 15 additions and 1 deletions

View file

@ -91,7 +91,14 @@
repo: deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu {{ ansible_distribution_release }}/mongodb-org/4.4 multiverse
state: present
filename: mongodb-org
when: is_ubuntu
when: is_ubuntu and not is_mint
- name: Add mongodb repo for Mint 64bit only
apt_repository:
repo: deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/4.4 multiverse
state: present
filename: mongodb-org
when: is_mint_20
- name: "Install packages: mongodb-org, mongodb-org-server"
package: