--- - name: "Customize ntpd conf" ansible.builtin.template: src: ntpd.conf.j2 dest: /etc/ntpd.conf owner: root group: wheel mode: '0644' notify: - restart ntpd tags: - ntp