mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 15:40:22 +00:00
Update application.yml
This commit is contained in:
parent
d4bd47f210
commit
c2e09530a8
1 changed files with 2 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue