diff --git a/provision-contest/ansible/roles/judgedaemon/tasks/main.yml b/provision-contest/ansible/roles/judgedaemon/tasks/main.yml index 74001b70..e585b7e2 100644 --- a/provision-contest/ansible/roles/judgedaemon/tasks/main.yml +++ b/provision-contest/ansible/roles/judgedaemon/tasks/main.yml @@ -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