From d98fc52afa00edf812dc2f0a4ab825be84f90657 Mon Sep 17 00:00:00 2001 From: qiaofeng1227 <76487013@qq.com> Date: Thu, 30 Jun 2022 11:03:38 +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 19382024..5e3cef73 100644 --- a/apps/application.yml +++ b/apps/application.yml @@ -23,7 +23,7 @@ - name: Check if pre.yml exists uri: url: https://github.com/Websoft9/StackHub/blob/main/apps/roles/{{appname}}/tasks/pre.yml - eturn_content: yes + return_content: yes register: pre_exists - name: Create app directory