Skip to content

Commit efb74c5

Browse files
author
Power Cloud Robot
authored
Merge pull request #181 from schabrolles/force-chronyd-start-before-certificate-generation
force chronyd start on helper before cert generation
2 parents 71345d3 + 604d9cb commit efb74c5

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)