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

Likewise is_debian_10 -> is_debian ain't no crystal ball...but at least permits testing future distros

This commit is contained in:
A Holt 2020-09-01 21:50:00 -04:00 committed by GitHub
parent 1af27bb2e7
commit 0404855052
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,12 +72,12 @@
args:
warn: false
- name: Use mongodb-org's Debian buster repo for Debian 10 (only amd64 support available)
- name: Use mongodb-org's Debian buster repo for Debian (only amd64 support available)
apt_repository:
repo: deb http://repo.mongodb.org/apt/debian buster/mongodb-org/4.4 main
state: present
filename: mongodb-org
when: is_debian_10 and (ansible_architecture == "x86_64")
when: is_debian and (ansible_architecture == "x86_64")
# Debian 10 aarch64 might work below but is blocked in main.yml
- name: Use mongodb-org's Ubuntu bionic repo for RaspOS-aarch64