Robert Kaussow
71c152970d
All checks were successful
continuous-integration/drone/push Build is passing
11 lines
179 B
YAML
11 lines
179 B
YAML
---
|
|
- name: Restart service
|
|
service:
|
|
name: mongod
|
|
state: restarted
|
|
enabled: yes
|
|
daemon_reload: yes
|
|
listen: __mongod_restart
|
|
become: True
|
|
become_user: root
|