1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_weechat.git synced 2024-08-16 13:09:48 +02:00
ansible_role_weechat/vars/main.yml

16 lines
413 B
YAML
Raw Normal View History

---
2019-07-20 20:04:45 +02:00
# weechat plugin languages
weechat_plugin_languages:
pl: perl
scm: guile
js: javascript
py: python
rb: ruby
lua: lua
# version management
2021-06-03 15:03:44 +02:00
playbook_version_number: 4221 # should be over ninethousand
2020-03-09 17:51:33 +01:00
playbook_version_path: 'role-weechat_roles-ansible_github.com.version'
2020-03-11 09:55:08 +01:00
2020-11-10 17:30:41 +01:00
weechat__debian_weechat_repo: "https://weechat.org/{{ ansible_distribution|lower }} {{ ansible_distribution_release }} main"