Skip to content

Commit cc835a3

Browse files
committed
Merge pull request #61 from ecerulm/patch-1
Ensure service is started
2 parents 084f09a + 705ea29 commit cc835a3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tasks/configure.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@
4747
service: name={{ mongodb_daemon_name }} state=restarted
4848
when: config_result|changed and mongodb_manage_service
4949

50+
- name: Ensure service is started
51+
service: name={{ mongodb_daemon_name }} state=started
52+
5053
- name: Set fact about wait_for host address
5154
set_fact:
5255
wait_for_host: 127.0.0.1

0 commit comments

Comments
 (0)