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
|
# chrony
|
||||||
- name: "ntp"
|
- name: "ntp"
|
||||||
ansible.builtin.import_tasks: "tasks/ntp.yaml"
|
ansible.builtin.import_tasks: "tasks/ntp.yaml"
|
||||||
when:
|
when: 'type == "vm" or type == "hw"'
|
||||||
- 'type == "vm" or type == "hw"'
|
|
||||||
- "ansible_os_family == 'Debian'"
|
|
||||||
tags: "ntp"
|
tags: "ntp"
|
||||||
|
|
||||||
# flush handler
|
# flush handler
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue