mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 18:30:23 +08:00
Update main.yml
This commit is contained in:
parent
897975383d
commit
6e0c0e6e8c
@ -1,3 +1,8 @@
|
|||||||
|
- name: Copy create_users.sh to /opt/
|
||||||
|
template:
|
||||||
|
src: create_users.sh
|
||||||
|
dest: /opt/create_users.sh
|
||||||
|
|
||||||
- name: wait for {{appname}} start
|
- name: wait for {{appname}} start
|
||||||
wait_for:
|
wait_for:
|
||||||
port: "{{nginx_reverse_proxy_port}}"
|
port: "{{nginx_reverse_proxy_port}}"
|
||||||
|
Loading…
Reference in New Issue
Block a user