Skip to content

Commit

Permalink
Merge pull request #7 from p3ck/fix_handler
Browse files Browse the repository at this point in the history
IIS restart handler was renamed
  • Loading branch information
p3ck authored Nov 26, 2024
2 parents fffcf5d + c12c4a8 commit b9add55
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 b9add55

Please sign in to comment.