From 6b36b0cb84826dd692ab8110652ecb753fcfa32d Mon Sep 17 00:00:00 2001 From: qiaofeng1227 <76487013@qq.com> Date: Thu, 30 Jun 2022 11:34:24 +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 2783936e..97d34434 100644 --- a/apps/application.yml +++ b/apps/application.yml @@ -25,7 +25,7 @@ url: "https://github.com/Websoft9/StackHub/blob/main/apps/roles/{{appname}}/tasks/pre.yml" return_content: yes register: pre_exists - failed_when: "'FAILED' in pre_exists.stdout" + failed_when: "'FAILED' in pre_exists" - name: Excute pre.yml include_role: