timesyncd: compact tasks
This commit is contained in:
parent
bbf6ce6f6e
commit
243c64f555
1 changed files with 4 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue