xoxys.mongodb/handlers/main.yml
Robert Kaussow 71c152970d
All checks were successful
continuous-integration/drone/push Build is passing
add missing become_user
2019-01-13 23:35:18 +01:00

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