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: tags:
- timesyncd - timesyncd
- name: Remove openntpd package - name: Remove other NTP packages
ansible.builtin.apt: ansible.builtin.apt:
name: openntpd name:
state: absent - openntpd
tags: - ntp
- timesyncd
- name: Remove ntp package
ansible.builtin.apt:
name: ntp
state: absent state: absent
tags: tags:
- timesyncd - timesyncd