mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 03:32:12 +00:00
use apt repo for debian-10 aarch64 also
This commit is contained in:
parent
acd0312163
commit
f85b3fd5b9
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@
|
|||
repo: deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.4 multiverse
|
||||
state: present
|
||||
filename: mongodb-org
|
||||
when: (ansible_architecture == "aarch64" and is_raspbian) or is_ubuntu_18
|
||||
when: (ansible_architecture == "aarch64" and is_debian_10) or is_ubuntu_18
|
||||
|
||||
- name: Add mongodb repo for Ubuntu 20
|
||||
apt_repository:
|
||||
|
|
Loading…
Reference in a new issue