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
897975383d
commit
6e0c0e6e8c
@ -1,8 +1,13 @@
|
||||
- name: Copy create_users.sh to /opt/
|
||||
template:
|
||||
src: create_users.sh
|
||||
dest: /opt/create_users.sh
|
||||
|
||||
- name: wait for {{appname}} start
|
||||
wait_for:
|
||||
port: "{{nginx_reverse_proxy_port}}"
|
||||
delay: 10
|
||||
timeout: 120
|
||||
timeout: 120
|
||||
|
||||
- name: Check {{appname}} Version
|
||||
shell: |
|
||||
|
Loading…
Reference in New Issue
Block a user