feat: enable ntp role for alpine
This commit is contained in:
parent
613bced17f
commit
61e48d8c08
1 changed files with 1 additions and 3 deletions
|
|
@ -122,9 +122,7 @@
|
|||
# chrony
|
||||
- name: "ntp"
|
||||
ansible.builtin.import_tasks: "tasks/ntp.yaml"
|
||||
when:
|
||||
- 'type == "vm" or type == "hw"'
|
||||
- "ansible_os_family == 'Debian'"
|
||||
when: 'type == "vm" or type == "hw"'
|
||||
tags: "ntp"
|
||||
|
||||
# flush handler
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue