Authored by root

修改错误变量名

@@ -27,7 +27,7 @@ @@ -27,7 +27,7 @@
27 27
28 - name: match erpgateway deploy path 28 - name: match erpgateway deploy path
29 set_fact: 29 set_fact:
30 - deploy_patch: "yoho-erp-gateway" 30 + deploy_path: "yoho-erp-gateway"
31 when: service == "erpgateway" 31 when: service == "erpgateway"
32 32
33 - name: restart {{ deploy_path }} 33 - name: restart {{ deploy_path }}