Commit 94efaa04 by Kevin Falcone

Permit passwords with spaces

parent fba06383
......@@ -106,7 +106,7 @@
login_user={{ MONGO_ADMIN_USER }}
login_password={{ MONGO_ADMIN_PASSWORD }}
name={{ item.user }}
password={{ item.password }}
password="{{ item.password }}"
roles={{ item.roles }}
state=present
with_items: MONGO_USERS
......@@ -118,7 +118,7 @@
login_user={{ MONGO_ADMIN_USER }}
login_password={{ MONGO_ADMIN_PASSWORD }}
name={{ item.user }}
password={{ item.password }}
password="{{ item.password }}"
roles={{ item.roles }}
state=present
replica_set={{ mongo_repl_set }}
......
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