BZCoding/bz-contact-php

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

Summary

Maintainability
Test Coverage
---
- name: restart ntp
  service: name=ntp state=restarted

- name: restart iptables
  service: name=iptables state=restarted

- name: update timezone
  command: dpkg-reconfigure --frontend noninteractive tzdata