mirror of
https://github.com/roles-ansible/ansible_role_weechat.git
synced 2024-08-16 13:09:48 +02:00
L3D
eaa4a63cae
+ update to ansible 2.11 + improved linting + delete travis + increase version + update meta data
21 lines
416 B
YAML
21 lines
416 B
YAML
---
|
|
galaxy_info:
|
|
role_name: weechat
|
|
author: do1jlr
|
|
description: Install and optional configure weechat via ansible
|
|
license: "MIT"
|
|
min_ansible_version: 2.11
|
|
github_branch: main
|
|
platforms:
|
|
- name: Archlinux
|
|
versions: all
|
|
- name: Debian
|
|
versions: all
|
|
- name: Ubuntu
|
|
versions: all
|
|
- name: Fedora
|
|
versions: all
|
|
galaxy_tags:
|
|
- weechat
|
|
- irc
|
|
dependencies: []
|