Skip to content

Commit

Permalink
Fixed bug with mongodb_users
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergei Antipov committed Jun 25, 2015
1 parent 2e736db commit 8cc2c18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---

version: 1.4.0
version: 1.4.1
dependencies: []

galaxy_info:
Expand Down
1 change: 1 addition & 0 deletions tasks/auth_initialization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
login_port: "{{ mongodb_conf_port }}"
with_items:
- "{{ mongodb_users }}"
when: mongodb_users

- name: Move back mongod.conf
template: src=mongod.conf.j2 dest=/etc/mongod.conf owner=root group=root mode=0644
Expand Down

0 comments on commit 8cc2c18

Please sign in to comment.