mirror of
https://github.com/frappe/bench.git
synced 2025-01-09 08:30:39 +00:00
9 lines
169 B
YAML
9 lines
169 B
YAML
---
|
|
- name: Install ntpd
|
|
yum: name="{{item}}" state=installed
|
|
with_items:
|
|
- ntp
|
|
- ntpdate
|
|
|
|
- name: enable ntpd
|
|
service: name=ntpd enabled=yes state=started |