mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 10:17:15 +08:00
Update main.yml
This commit is contained in:
parent
df59c9958d
commit
8a58c83a58
@ -1,3 +1,8 @@
|
||||
- name: Install {{appname}}
|
||||
include_tasks: tasks/install.yml
|
||||
vars:
|
||||
app: "phpmyadmin"
|
||||
|
||||
- name: wait for phpmyadmin start
|
||||
wait_for:
|
||||
port: "{{phpmyadmin_port}}"
|
||||
|
Loading…
Reference in New Issue
Block a user