mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 10:17:15 +08:00
Update application.yml
This commit is contained in:
parent
5fa5e39d64
commit
0238cbb3b0
@ -45,10 +45,8 @@
|
||||
- name: Install {{appname}}
|
||||
include_tasks: tasks/install.yml
|
||||
vars:
|
||||
appname: "{{item}}"
|
||||
with_items:
|
||||
- discuzq
|
||||
- phpmyadmin
|
||||
app: "{{item}}"
|
||||
with_items: "{{applist}}"
|
||||
|
||||
- name: Check Docker Container Service
|
||||
shell: docker ps --format \{\{'json .'\}\}| jq -s map\(\{containername:'.Names',state:'.State'\}\)
|
||||
|
Loading…
Reference in New Issue
Block a user