We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e736db commit 8cc2c18Copy full SHA for 8cc2c18
meta/main.yml
@@ -1,6 +1,6 @@
1
---
2
3
-version: 1.4.0
+version: 1.4.1
4
dependencies: []
5
6
galaxy_info:
tasks/auth_initialization.yml
@@ -45,6 +45,7 @@
45
login_port: "{{ mongodb_conf_port }}"
46
with_items:
47
- "{{ mongodb_users }}"
48
+ when: mongodb_users
49
50
- name: Move back mongod.conf
51
template: src=mongod.conf.j2 dest=/etc/mongod.conf owner=root group=root mode=0644
0 commit comments