BZCoding/bz-contact-php

View on GitHub
ansible/roles/mongodb/handlers/main.yml

Summary

Maintainability
Test Coverage
---
# handlers file for mongodb
- name: restart mongodb
  service: name={{ mongodb_service_name }} state=restarted