Update main.yml
This commit is contained in:
parent
c6f28a8e28
commit
f4064eccec
1 changed files with 4 additions and 3 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue