Skip to content

Commit

Permalink
Made sure chrony(d) is started ASAP.
Browse files Browse the repository at this point in the history
We don't wait for the handler to restart the service anymore.
  • Loading branch information
Frzk committed Feb 9, 2018
1 parent c65da7c commit a74a451
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tasks/main.yml
Expand Up @@ -37,4 +37,9 @@
service:
name: "{{ chrony_service_name }}"
enabled: yes

- name: Restart service
service:
name: "{{ chrony_service_name }}"
state: restarted
...

0 comments on commit a74a451

Please sign in to comment.