Update application.yml

This commit is contained in:
qiaofeng1227 2022-07-05 16:50:20 +08:00 committed by GitHub
parent 436a2b98f5
commit 7a2174d0bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,6 +9,8 @@
- roles/{{appname}}/defaults/main.yml - roles/{{appname}}/defaults/main.yml
pre_tasks: pre_tasks:
- name: Install {{appname}}
include_tasks: tasks/install.yml
- name: Excute base roles for apps(step1) - name: Excute base roles for apps(step1)
block: block:
- name: Include base roles - name: Include base roles