mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-02-02 17:08:38 +08:00
Update application.yml
This commit is contained in:
parent
27f7714ee5
commit
d58a7a5aa8
@ -21,8 +21,9 @@
|
||||
- name: Excute Preparation if have pre.yml
|
||||
block:
|
||||
- name: Check if pre.yml exists
|
||||
stat:
|
||||
path: roles/{{appname}}/tasks/pre.yml
|
||||
uri:
|
||||
url: https://github.com/Websoft9/StackHub/blob/main/apps/roles/{{appname}}/tasks/pre.yml
|
||||
eturn_content: yes
|
||||
register: pre_exists
|
||||
|
||||
- name: Create app directory
|
||||
|
Loading…
Reference in New Issue
Block a user