mirror of
https://github.com/status-im/ansible-role-mongodb.git
synced 2025-01-27 05:14:55 +00:00
Fix mongodb service name. Rollback 1.0.1
This commit is contained in:
parent
3e6eb27833
commit
804b562713
@ -4,6 +4,6 @@
|
||||
when: ansible_os_family == 'Debian'
|
||||
|
||||
- name: Ensure mongodb is started
|
||||
service: name=mongod state=started
|
||||
service: name=mongodb state=started
|
||||
|
||||
- include: configure.yml
|
||||
|
Loading…
x
Reference in New Issue
Block a user