From c2e09530a836e420c59830975609ff8dad5ffb33 Mon Sep 17 00:00:00 2001 From: qiaofeng1227 <76487013@qq.com> Date: Thu, 30 Jun 2022 11:33:00 +0800 Subject: [PATCH] Update application.yml --- apps/application.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/application.yml b/apps/application.yml index 37a68b35..2783936e 100644 --- a/apps/application.yml +++ b/apps/application.yml @@ -23,7 +23,9 @@ - name: Check if pre.yml exists uri: 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" - name: Excute pre.yml include_role: