mirror of
https://github.com/roles-ansible/ansible_role_weechat.git
synced 2024-08-16 13:09:48 +02:00
15 lines
427 B
YAML
15 lines
427 B
YAML
---
|
|
# weechat plugin languages
|
|
weechat_plugin_languages:
|
|
pl: 'perl'
|
|
scm: 'guile'
|
|
js: 'javascript'
|
|
py: 'python'
|
|
rb: 'ruby'
|
|
lua: 'lua'
|
|
|
|
# version management
|
|
playbook_version_number: 4225 # should be over ninethousand
|
|
playbook_version_path: 'role-weechat_roles-ansible_github.com.version'
|
|
|
|
weechat__debian_weechat_repo: "https://weechat.org/{{ ansible_distribution | lower }} {{ ansible_distribution_release }} main"
|