timesyncd: compact tasks

This commit is contained in:
Jérémy Lecour 2023-10-14 06:59:57 +02:00 committed by Jérémy Lecour
parent bbf6ce6f6e
commit 243c64f555
Signed by: jlecour
SSH key fingerprint: SHA256:h+5LgHRKwN9lS0SsdVR5yZPeFlJE4Mt+8UtL4CcP8dY

View file

@ -6,16 +6,11 @@
tags:
- timesyncd
- name: Remove openntpd package
- name: Remove other NTP packages
ansible.builtin.apt:
name: openntpd
state: absent
tags:
- timesyncd
- name: Remove ntp package
ansible.builtin.apt:
name: ntp
name:
- openntpd
- ntp
state: absent
tags:
- timesyncd