This commit is contained in:
thienqb123456
2024-12-23 01:19:02 +07:00
parent 01c6239bfe
commit 37af3c17eb
+4 -4
View File
@@ -28,10 +28,10 @@
- debug: - debug:
var: active_path var: active_path
- name: Handle error if active_path is null - name: Handle error if active_path is null
fail: fail:
msg: "The IIS site active path could not be determined." msg: "The IIS site active path could not be determined."
when: active_path.stdout is null when: active_path.stdout is not defined or active_path.stdout == ''
# Chuẩn hóa giá trị của active_path # Chuẩn hóa giá trị của active_path