diff --git a/tasks/section_2/cis_2.1.x.yml b/tasks/section_2/cis_2.1.x.yml index 97620c4..8311441 100644 --- a/tasks/section_2/cis_2.1.x.yml +++ b/tasks/section_2/cis_2.1.x.yml @@ -19,7 +19,7 @@ - name: "2.1.2 | PATCH | Ensure chrony is configured | Set configuration" ansible.builtin.template: src: etc/chrony.conf.j2 - dest: /etc/chrony.conf + dest: /etc/chrony.d/chrony.conf owner: root group: root mode: '0644'