forked from infra/ansible
6 lines
74 B
YAML
6 lines
74 B
YAML
---
|
|
|
|
- name: Restart ntp
|
|
service: name=ntpd state=restarted
|
|
tags: ntp
|