ansible-roles/mongodb-org-3.2/handlers/main.yml

8 lines
138 B
YAML
Raw Normal View History

2016-01-27 16:21:18 +01:00
---
- name: Update apt cache
apt: update_cache=yes
ignore_errors: true
- name: Restart mongod
service: name=mongod state=restarted