mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 07:30:24 +00:00
Update application.yml
This commit is contained in:
parent
bd115b9ed5
commit
5ddf7a6480
1 changed files with 1 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue