commit
cc835a3f18
|
@ -47,6 +47,9 @@
|
||||||
service: name={{ mongodb_daemon_name }} state=restarted
|
service: name={{ mongodb_daemon_name }} state=restarted
|
||||||
when: config_result|changed and mongodb_manage_service
|
when: config_result|changed and mongodb_manage_service
|
||||||
|
|
||||||
|
- name: Ensure service is started
|
||||||
|
service: name={{ mongodb_daemon_name }} state=started
|
||||||
|
|
||||||
- name: Set fact about wait_for host address
|
- name: Set fact about wait_for host address
|
||||||
set_fact:
|
set_fact:
|
||||||
wait_for_host: 127.0.0.1
|
wait_for_host: 127.0.0.1
|
||||||
|
|
Loading…
Reference in New Issue