Updated since ubuntu removes unncessary time pkgs
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
e69c18fa1c
commit
d190c51fa4
|
@ -58,19 +58,3 @@
|
|||
name: chrony
|
||||
state: started
|
||||
enabled: true
|
||||
|
||||
- name: "2.3.3.3 | PATCH | Ensure chrony is enabled and running | disable other time sources | timesyncd"
|
||||
when: "'systemd-timesyncd' in ansible_facts.packages"
|
||||
ansible.builtin.systemd:
|
||||
name: systemd-timesyncd
|
||||
state: stopped
|
||||
enabled: false
|
||||
masked: true
|
||||
|
||||
- name: "2.3.3.3 | PATCH | Ensure chrony is enabled and running | disable other time sources | ntpd"
|
||||
when: "'ntpd' in ansible_facts.packages"
|
||||
ansible.builtin.systemd:
|
||||
name: ntpd
|
||||
state: stopped
|
||||
enabled: false
|
||||
masked: true
|
||||
|
|
Loading…
Reference in New Issue