mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
better wording
This commit is contained in:
parent
9c0df22906
commit
ac16074704
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@
|
||||||
filename: mongodb-org
|
filename: mongodb-org
|
||||||
when: is_debian_10 and (ansible_architecture == "amd64")
|
when: is_debian_10 and (ansible_architecture == "amd64")
|
||||||
|
|
||||||
- name: Add mongodb repo for Ubuntu
|
- name: Add mongodb repo for Ubuntu all or Debian arm64
|
||||||
apt_repository:
|
apt_repository:
|
||||||
repo: deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/4.4 multiverse
|
repo: deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/4.4 multiverse
|
||||||
state: present
|
state: present
|
||||||
|
|
Loading…
Reference in a new issue