Update application.yml

This commit is contained in:
qiaofeng1227 2022-06-30 10:48:20 +08:00 committed by GitHub
parent 5ddf7a6480
commit 7012c42bd8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@
path: roles/{{appname}}/tasks/pre.yml path: roles/{{appname}}/tasks/pre.yml
register: pre_exists register: pre_exists
- debug: msg="{{pre_exists.statPath}} exists and is a directory" - debug: msg="{{pre_exists}}"
- name: Excute pre.yml - name: Excute pre.yml
include_role: include_role: