2025-02-28 17:24:14 +07:00
|
|
|
- name: Update site IIS web application
|
2025-01-09 18:35:25 +07:00
|
|
|
win_iis_website:
|
2025-02-28 17:24:14 +07:00
|
|
|
name: "{{ iis_site_name }}"
|
2025-01-09 18:35:25 +07:00
|
|
|
physical_path: "{{ target_path }}"
|
|
|
|
|
|
|
|
|
|
# - name: Restart IIS site to apply changes
|
|
|
|
|
# win_iis_website:
|
|
|
|
|
# name: "{{ iis_site_name }}"
|
|
|
|
|
# state: restarted
|
|
|
|
|
|