Skip to content

Commit

Permalink
Re-add missing port to handler.
Browse files Browse the repository at this point in the history
A regression caused the port to be missing from the handler. This re-implements  1d7828b.
  • Loading branch information
robin-checkmk committed Aug 23, 2023
1 parent 1063c9a commit efa3a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/agent/handlers/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
- name: "Activate Changes."
listen: activate changes
checkmk.general.activation:
server_url: "{{ checkmk_agent_protocol }}://{{ checkmk_agent_server }}"
server_url: "{{ checkmk_agent_protocol }}://{{ checkmk_agent_server }}:{{ checkmk_agent_port }}/"
site: "{{ checkmk_agent_site }}"
automation_user: "{{ checkmk_agent_user }}"
automation_secret: "{{ checkmk_agent_auth }}"
Expand Down

0 comments on commit efa3a44

Please sign in to comment.