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