Commit 1eaf5951 by Jason Zhu

Change the variables

Change the variables to MONGODB_APT_KEY and MONGODB_REPO
parent b4b9f0f9
...@@ -8,12 +8,12 @@ ...@@ -8,12 +8,12 @@
- name: add the mongodb signing key - name: add the mongodb signing key
apt_key: > apt_key: >
id=7F0CEB10 id=7F0CEB10
url={{mongodb_apt_key}} url={{MONGODB_APT_KEY}}
state=present state=present
- name: add the mongodb repo to the sources list - name: add the mongodb repo to the sources list
apt_repository: > apt_repository: >
repo='{{ mongodb_repo }}' repo='{{ MONGODB_REPO }}'
state=present state=present
- name: install mongo server and recommends - name: install mongo server and recommends
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment