1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00

better wording

This commit is contained in:
Jerry Vonau 2020-08-25 16:44:50 -05:00
parent 9c0df22906
commit ac16074704

View file

@ -97,7 +97,7 @@
filename: mongodb-org
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:
repo: deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/4.4 multiverse
state: present