Thienvv -

This commit is contained in:
thienqb123456
2024-12-23 00:12:58 +07:00
parent 52dc8e68e6
commit fbefb3750d
+9 -2
View File
@@ -10,12 +10,19 @@
$site.PhysicalPath $site.PhysicalPath
register: active_path register: active_path
# Debug Debug active_path
- name: Debug active_path
debug:
var: active_path
# Chuẩn hóa giá trị của active_path # Chuẩn hóa giá trị của active_path
- name: Normalize active_path - name: Normalize active_path
set_fact: set_fact:
active_path: "{{ active_path.stdout | trim }}" active_path: "{{ active_path.stdout | default('') | trim }}"
# Debug các biến quan trọng
# Debug Debug active_path
- name: Debug active_path - name: Debug active_path
debug: debug:
var: active_path var: active_path