tang --maxmemory cua portal
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
- name: Validate variables
|
||||
assert:
|
||||
that:
|
||||
- iis_site_name is defined and iis_site_name | length > 0
|
||||
fail_msg: "Thiếu hoặc rỗng biến cần thiết để restart_iis_site.yml!"
|
||||
|
||||
# Restart IIS site
|
||||
- name: Restart IIS site
|
||||
win_iis_website:
|
||||
name: "{{ iis_site_name }}"
|
||||
state: restarted
|
||||
Reference in New Issue
Block a user