mirror of
https://github.com/roles-ansible/ansible_role_weechat.git
synced 2024-08-16 13:09:48 +02:00
7 lines
97 B
YAML
7 lines
97 B
YAML
|
---
|
||
|
- name: install weechat if available
|
||
|
package:
|
||
|
name:
|
||
|
- weechat
|
||
|
state: present
|