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:
parent
1af27bb2e7
commit
0404855052
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue