Skip to content

Commit

Permalink
chrony
Browse files Browse the repository at this point in the history
  • Loading branch information
james-otten committed Dec 8, 2024
1 parent c2ac443 commit 874e9e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/chrony_server/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@
src: ../files/sources.list
dest: /etc/chrony/sources.d/configured_servers.list

- name: Reload chrony
- name: Restart chrony
ansible.builtin.systemd_service:
name: chrony
state: reloaded
state: restarted
enabled: true

- name: Bird config
Expand Down

0 comments on commit 874e9e2

Please sign in to comment.