update
This commit is contained in:
@@ -1,11 +1,6 @@
|
||||
- name: Update site 1 IIS web application
|
||||
- name: Update site IIS web application
|
||||
win_iis_website:
|
||||
name: "{{ iis_site_name_1 }}"
|
||||
physical_path: "{{ target_path }}"
|
||||
|
||||
- name: Update site 2 IIS web application
|
||||
win_iis_website:
|
||||
name: "{{ iis_site_name_2 }}"
|
||||
name: "{{ iis_site_name }}"
|
||||
physical_path: "{{ target_path }}"
|
||||
|
||||
# - name: Restart IIS site to apply changes
|
||||
|
||||
Reference in New Issue
Block a user