Update application.yml

This commit is contained in:
qiaofeng1227 2022-05-16 17:30:21 +08:00 committed by GitHub
parent ec708abea7
commit 4a89a84257
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,7 +23,7 @@
path: roles/{{appname}}/tasks/Pre.yml
register: pre_exists
- name: Excute Pre.yml
- name: Excute Preparation before main
include_role:
name: "{{appname}}"
tasks_from: "Pre"
@ -34,7 +34,7 @@
path: roles/{{appname}}/tasks/Post.yml
register: post_exists
- name: Excute Pre.yml
- name: Excute Post after main
include_role:
name: "{{appname}}"
tasks_from: "Post"