skip ensuring ntp packages in coreos (#9742)

Check OS when ensuring NTP package and tzdata package.
This commit is contained in:
Haitian Chen
2023-02-06 01:35:04 -08:00
committed by GitHub
parent 6c41191646
commit 10337f2fcb

View File

@ -4,6 +4,9 @@
name:
- "{{ ntp_package }}"
state: present
when:
- not is_fedora_coreos
- not ansible_os_family in ["Flatcar", "Flatcar Container Linux by Kinvolk"]
- name: Disable systemd-timesyncd
service:
@ -71,6 +74,8 @@
state: present
when:
- ntp_timezone
- not is_fedora_coreos
- not ansible_os_family in ["Flatcar", "Flatcar Container Linux by Kinvolk"]
- name: Set timezone
timezone: