Update main.yml

This commit is contained in:
qiaofeng1227 2022-07-20 08:56:30 +08:00 committed by GitHub
parent c6f28a8e28
commit f4064eccec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,4 @@
- name: Check {{appname}} Version - name: Install {{appname}}
shell: | include_tasks: tasks/install.yml
sudo echo "mysql version:" $(docker inspect owncloud-db |grep -i mysql_version |cut -d= -f2) |sudo tee -a /data/logs/install_version.txt vars:
app: "owncloud"