roles/common: Fix comment in ntp playbook
This commit is contained in:
parent
8467dc1300
commit
d08f10f9c8
@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
# Hosts running Ubuntu 16.04+ and Debian 9+ use systemd init system and should
|
# Hosts running Ubuntu 16.04+ and Debian 9+ use systemd init system and should
|
||||||
# use timedatectl as a network time client instead of the standalone ntp client.
|
# use systemd-timesyncd as a network time client instead of the standalone ntp
|
||||||
|
# client.
|
||||||
|
|
||||||
- name: Set timezone
|
- name: Set timezone
|
||||||
when: timezone is defined and ansible_service_mgr == 'systemd'
|
when: timezone is defined and ansible_service_mgr == 'systemd'
|
||||||
|
Loading…
Reference in New Issue
Block a user