mirror of
https://github.com/status-im/ansible-role-mongodb.git
synced 2025-02-04 17:24:29 +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'
|
||||
|
||||
- name: Ensure mongodb is started
|
||||
service: name=mongodb state=started
|
||||
service: name=mongod state=started
|
||||
|
||||
- include: configure.yml
|
||||
|
Loading…
x
Reference in New Issue
Block a user