Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions provision-contest/ansible/roles/judgedaemon/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@
notify:
- Enable and restart tune_cpu

- name: Enable and restart tune_cpu (flushing as this should always happen even if we fail further)
# We need a daemon-reload, so we loose idempotency if we start the service in the next block
ansible.builtin.meta: flush_handlers

- name: Copy judgedaemon related systemd unit files
copy:
remote_src: true
Expand Down
Loading