Skip to content

Commit

Permalink
[handlers] Fix typo when importing main-win.yml (#347)
Browse files Browse the repository at this point in the history
Fixes a typo when including the main-win.yml file.

This is causing errors when the role tries to notify a restart on Windows.
  • Loading branch information
KSerrania authored Apr 19, 2021
1 parent 9345f2d commit 0015940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 0015940

Please sign in to comment.