Update main.yml

This commit is contained in:
qiaofeng1227 2022-07-13 08:23:58 +08:00 committed by GitHub
parent 897975383d
commit 6e0c0e6e8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: |