Skip to content

Commit

Permalink
IIS restart handler was renamed
Browse files Browse the repository at this point in the history
The handler name was capitolized but we didn't update the notify lines.
  • Loading branch information
p3ck committed Nov 26, 2024
1 parent fffcf5d commit 971a3d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/windows_manage_iis/tasks/create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
state: started
port: "{{ windows_manage_iis_port }}"
physical_path: "{{ windows_manage_iis_path }}"
notify: restart iis service
notify: Restart iis service
register: windows_manage_iis_output

- name: Update Results w/win_iis_website
Expand Down
2 changes: 1 addition & 1 deletion roles/windows_manage_iis/tasks/delete.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
community.windows.win_iis_website:
name: "{{ windows_manage_iis_name }}"
state: absent
notify: restart iis service
notify: Restart iis service
register: windows_manage_iis_output

- name: Update Results w/win_iis_website
Expand Down

0 comments on commit 971a3d7

Please sign in to comment.