mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 01:50:19 +08:00
Update application.yml
This commit is contained in:
parent
ec708abea7
commit
4a89a84257
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user