15 lines
365 B
YAML
15 lines
365 B
YAML
---
|
|
- include: ../local-setup.yaml
|
|
|
|
- hosts: $hosts
|
|
user: $user
|
|
gather_facts: false
|
|
vars:
|
|
install_type: app
|
|
app_name: LimeChat
|
|
app_name_pretty: LimeChat
|
|
app_url: https://downloads.sourceforge.net/project/limechat/limechat/LimeChat_2.34.tbz?use_mirror=master
|
|
vars_files:
|
|
- ../local-setup-vars.yaml
|
|
tasks:
|
|
- include: ../file/tar.yaml |