--- - name: install openntpd apt: name: openntpd state: present - name: install openntpd configuration template: src: openntpd.conf.j2 dest: /etc/openntpd/ntpd.conf notify: restart openntpd