mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-25 02:38:42 +08:00
8 lines
190 B
YAML
8 lines
190 B
YAML
- name: Install {{appname}}
|
|
include_tasks: tasks/install.yml
|
|
vars:
|
|
app: "bt"
|
|
|
|
- name: Output bt version
|
|
shell: echo "bt version: latest" >> /data/logs/install_version.txt
|