Skip to content

Commit 8cc2c18

Browse files
author
Sergei Antipov
committed
Fixed bug with mongodb_users
1 parent 2e736db commit 8cc2c18

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

meta/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22

3-
version: 1.4.0
3+
version: 1.4.1
44
dependencies: []
55

66
galaxy_info:

tasks/auth_initialization.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
login_port: "{{ mongodb_conf_port }}"
4646
with_items:
4747
- "{{ mongodb_users }}"
48+
when: mongodb_users
4849

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

0 commit comments

Comments
 (0)