mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-12-04 13:30:35 +00:00
Update application.yml
This commit is contained in:
parent
6b36b0cb84
commit
0b691dcb1e
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
failed_when: false
|
||||
|
||||
- name: Excute pre.yml
|
||||
include_role:
|
||||
|
|
Loading…
Reference in a new issue