From 7012c42bd85224eae3759acdf44f3ca412c523d3 Mon Sep 17 00:00:00 2001 From: qiaofeng1227 <76487013@qq.com> Date: Thu, 30 Jun 2022 10:48:20 +0800 Subject: [PATCH] Update application.yml --- apps/application.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/application.yml b/apps/application.yml index 7bc85b98..5f362edf 100644 --- a/apps/application.yml +++ b/apps/application.yml @@ -25,7 +25,7 @@ path: roles/{{appname}}/tasks/pre.yml register: pre_exists - - debug: msg="{{pre_exists.statPath}} exists and is a directory" + - debug: msg="{{pre_exists}}" - name: Excute pre.yml include_role: