Skip to content

Commit 9a930f8

Browse files
authored
fix: correct typo (#704)
The new queue handler was named wrong, this resolves that. Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
1 parent 7483dfa commit 9a930f8

File tree

1 file changed

+1
-1
lines changed
  • ansible/roles/host_setup/handlers

1 file changed

+1
-1
lines changed

ansible/roles/host_setup/handlers/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
ansible.builtin.systemd:
3434
daemon_reload: true
3535

36-
- name: Restart sysstat
36+
- name: Load and start queue_max service
3737
ansible.builtin.systemd:
3838
name: "queue_max.service"
3939
state: "restarted"

0 commit comments

Comments
 (0)