1 2 3 4 5 6 7 8 9 10
- name: Install chrony apk: name: chrony state: present - name: Enable chronyd service service: name: chronyd enabled: true state: started