mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 15:40:22 +00:00
Update application.yml
This commit is contained in:
parent
5581b238ee
commit
ff1063d7f5
1 changed files with 5 additions and 0 deletions
|
@ -44,6 +44,11 @@
|
|||
|
||||
- name: Install {{appname}}
|
||||
include_tasks: tasks/install.yml
|
||||
vars:
|
||||
appname: "{{item}}"
|
||||
with_items:
|
||||
- discuzq
|
||||
- phpmyadmin
|
||||
|
||||
handlers:
|
||||
- name: check_container_service
|
||||
|
|
Loading…
Reference in a new issue