Update application.yml

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

View File

@ -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.stdout"
failed_when: "'FAILED' in pre_exists"
- name: Excute pre.yml
include_role: