diff --git a/handlers/main.yml b/handlers/main.yml index c0a7ffe0..f740429a 100644 --- a/handlers/main.yml +++ b/handlers/main.yml @@ -12,5 +12,5 @@ state: restarted when: datadog_enabled and not ansible_check_mode and not ansible_facts.os_family == "Windows" -- include_tasks: handlers/main-win.yaml +- include_tasks: handlers/main-win.yml when: ansible_facts.os_family == "Windows"