Update application.yml

This commit is contained in:
qiaofeng1227 2022-06-30 11:33:00 +08:00 committed by GitHub
parent d4bd47f210
commit c2e09530a8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,9 @@
- name: Check if pre.yml exists - name: Check if pre.yml exists
uri: uri:
url: "https://github.com/Websoft9/StackHub/blob/main/apps/roles/{{appname}}/tasks/pre.yml" url: "https://github.com/Websoft9/StackHub/blob/main/apps/roles/{{appname}}/tasks/pre.yml"
return_content: yes
register: pre_exists register: pre_exists
failed_when: "'FAILED' in pre_exists.stdout"
- name: Excute pre.yml - name: Excute pre.yml
include_role: include_role: