Update application.yml

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

View file

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