mirror of
https://github.com/status-im/ansible-role-mongodb.git
synced 2025-02-25 03:05:30 +00:00
Update the role
This commit is contained in:
parent
ac9d614e0b
commit
b07c33da2c
@ -3,8 +3,8 @@
|
||||
- include: install.deb.yml
|
||||
when: ansible_os_family == 'Debian'
|
||||
|
||||
- name: Ensure mongodb is started
|
||||
service: name=mongod state=started
|
||||
changed_when: False
|
||||
|
||||
- include: configure.yml
|
||||
|
||||
- name: Ensure mongodb is started
|
||||
service: name=mongod state=started enabled=yes
|
||||
changed_when: False
|
||||
|
Loading…
x
Reference in New Issue
Block a user