diff --git a/tasks/agent-win.yml b/tasks/agent-win.yml index 394cc6b4..eb9d7ee8 100644 --- a/tasks/agent-win.yml +++ b/tasks/agent-win.yml @@ -82,7 +82,7 @@ win_service: name: datadogagent state: started - start_mode: auto + start_mode: delayed when: not datadog_skip_running_check and datadog_enabled and not ansible_check_mode - name: Ensure datadog-agent is disabled