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

8 lines
138 B
YAML
Raw Normal View History

2015-12-16 14:56:14 +01:00
---
- name: Update apt cache
apt: update_cache=yes
ignore_errors: true
- name: Restart mongod
service: name=mongod state=restarted