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