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/defaults/main.yml

15 lines
287 B
YAML
Raw Normal View History

---
2019-07-20 19:13:01 +02:00
# should we install weechat?
install_weechat: true
2019-07-20 20:04:45 +02:00
# should we configure weechat
configure_weechat: true
weechat_user:
# where is our home direcotory for weechat
weechat_directory: "/home/{{ weechat_user }}/.weechat"
# version check for this role?
submodules_versioncheck: true