Update main.yml

This commit is contained in:
qiaofeng1227 2022-07-19 11:23:55 +08:00 committed by GitHub
parent 1c56b2f294
commit dfa533bd06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,2 +1,10 @@
- name: Check {{appname}} Version - name: Install {{appname}}
shell: sudo echo "erpnext version:" $(docker exec -it $(docker ps |grep frappe-socketio |awk '{print $1}') cat app_versions.json |grep -m 1 "erpnext" |awk '{print $2}') |sudo tee -a /data/logs/install_version.txt include_tasks: tasks/install.yml
vars:
app: "onlyoffice"
- name: wait for {{appname}} start
wait_for:
port: "{{nginx_reverse_proxy_port}}"
delay: 10
timeout: 120