Skip to content

Commit 4f7ff1a

Browse files
committed
force chronyd start on helper before cert generation
1 parent b4df5f7 commit 4f7ff1a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,9 @@
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

0 commit comments

Comments
 (0)