- name: Install chrony apk: name: chrony state: present - name: Enable chronyd service service: name: chronyd enabled: true state: started