--- - name: Ensure ntp is installed apt: name=ntp - name: Install ntp.conf template: src=ntp.conf.j2 dest=/etc/ntp.conf notify: Restart ntpd