diff --git a/tasks/section_2/cis_2.3.3.x.yml b/tasks/section_2/cis_2.3.3.x.yml index 68af2fc..19177b9 100644 --- a/tasks/section_2/cis_2.3.3.x.yml +++ b/tasks/section_2/cis_2.3.3.x.yml @@ -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