Skip to content

Commit 568300d

Browse files
committed
force chronyd start on helper before cert generation
Signed-off-by: Sebastien Chabrolles <[email protected]>
1 parent 1ffe669 commit 568300d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

playbooks/roles/ocp-config/tasks/chrony.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,11 @@
7676
dest: /etc/systemd/system/chronyd.service.d/restart.conf
7777
notify:
7878
- restart chrony
79+
80+
- name: Force Chronyd Restart
81+
systemd:
82+
name: chronyd
83+
daemon_reload: true
84+
state: restarted
85+
86+

0 commit comments

Comments
 (0)