--- - name: Install ntp apt: pkg=ntp state=present - name: Copy ntp.conf copy: src=etc/ntp.conf dest=/etc/ntp.conf notify: restart ntpd