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 70ae07a commit e4e5504Copy full SHA for e4e5504
tasks/configure.yml
@@ -50,7 +50,7 @@
50
51
- name: mongodb restart
52
service: name={{ mongodb_daemon_name }} state=restarted
53
- when: config_result is is changed and mongodb_manage_service
+ when: config_result is changed and mongodb_manage_service
54
55
- name: Ensure service is started
56
service: name={{ mongodb_daemon_name }} state=started
0 commit comments