Files

11 lines
254 B
YAML
Raw Permalink Normal View History

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