deploy_default_ntp.yml 230 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 --- - hosts: deployed-wdchat-dma become: true tasks: - name: Deploy NTP Configuration command: cp /tmp/configuration/ntp.conf /etc/ntp.conf - name: Restart NTP service command: systemctl restart ntp.service