Update application.yml

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

View File

@ -25,6 +25,8 @@
path: roles/{{appname}}/tasks/pre.yml
register: pre_exists
- name: Create app directory
shell: pwd >> /tmp/test
- debug: msg="{{pre_exists}}"
- name: Excute pre.yml