
Moved roles to the parent directory so that different adapters don't have duplicated roles in their respective paths. Change-Id: Ia71c473b33fed94276d4d0b4764b2f4ab2e988e0
5 lines
141 B
YAML
5 lines
141 B
YAML
---
|
|
- name: restart ntp
|
|
command: su -s /bin/sh -c "service ntp stop; ntpd -gq; hwclock --systohc; service ntp start"
|
|
ignore_errors: True
|