mirror of
https://github.com/roles-ansible/ansible_role_weechat.git
synced 2024-08-16 13:09:48 +02:00
12 lines
226 B
YAML
12 lines
226 B
YAML
---
|
|
- name: install weechat if available
|
|
package:
|
|
name:
|
|
- weechat
|
|
- weechat-plugins
|
|
- weechat-python
|
|
- weechat-perl
|
|
- weechat-lua
|
|
- weechaz-ruby
|
|
- weechat-doc
|
|
state: present
|