mirror of
https://github.com/status-im/ansible-role-mongodb.git
synced 2025-01-14 15:35:26 +00:00
Fix service name
According installation guides and reality it's `mongod`, not `mongodb`.
This commit is contained in:
parent
2d36eebe69
commit
b8f8bef0f8
@ -4,6 +4,6 @@
|
|||||||
when: ansible_os_family == 'Debian'
|
when: ansible_os_family == 'Debian'
|
||||||
|
|
||||||
- name: Ensure mongodb is started
|
- name: Ensure mongodb is started
|
||||||
service: name=mongodb state=started
|
service: name=mongod state=started
|
||||||
|
|
||||||
- include: configure.yml
|
- include: configure.yml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user