Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support federated API deployment #27

Merged
merged 24 commits into from
Dec 4, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove special character
Ndpnt committed Nov 28, 2023
commit 49560e25db9ad8a64adbf235f86acf8b81e7e47e
2 changes: 1 addition & 1 deletion roles/infrastructure/mongo/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
args:
executable: /bin/bash

- name: Create an apt list file for MongoDB — Debian
- name: Create an apt list file for MongoDB — Debian
ansible.builtin.shell:
set -o pipefail && echo "deb http://repo.mongodb.org/apt/debian buster/mongodb-org/5.0 main" |
sudo tee /etc/apt/sources.list.d/mongodb-org-5.0.list