Commit 6a063920 by Max Rothman

Fix typo

parent fdf8ac24
......@@ -100,7 +100,7 @@
# when: MONGO_CLUSTERED
- name: create a mongodb user
mongo_user: >
mongodb_user: >
database={{ item.database }}
login_user={{ MONGO_ADMIN_USER }}
login_password={{ MONGO_ADMIN_PASSWORD }}
......@@ -112,7 +112,7 @@
when: not MONGO_CLUSTERED
- name: create a mongodb user
mongo_user: >
mongodb_user: >
database={{ item.database }}
login_user={{ MONGO_ADMIN_USER }}
login_password={{ MONGO_ADMIN_PASSWORD }}
......
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