Files
nsg_ansible/roles/deploy-be-portal/tasks/switch.yml
T

11 lines
254 B
YAML
Raw Normal View History

- name: Update site IIS web application
win_iis_website:
name: "{{ iis_site_name }}"
physical_path: "{{ target_path }}"
# - name: Restart IIS site to apply changes
# win_iis_website:
# name: "{{ iis_site_name }}"
# state: restarted