mirror of
https://github.com/roles-ansible/ansible_role_i3wm.git
synced 2024-08-16 10:09:53 +02:00
update meta info
This commit is contained in:
parent
741bc2b446
commit
15b2e1dc10
1 changed files with 8 additions and 12 deletions
|
@ -1,28 +1,24 @@
|
||||||
---
|
---
|
||||||
galaxy_info:
|
galaxy_info:
|
||||||
author: L3D
|
|
||||||
role_name: i3wm
|
role_name: i3wm
|
||||||
|
author: do1jlr
|
||||||
description: Install and configure i3wm on common linux distibutions (https://i3wm.org/)
|
description: Install and configure i3wm on common linux distibutions (https://i3wm.org/)
|
||||||
license: "MIT"
|
license: "MIT"
|
||||||
min_ansible_version: 2.3
|
min_ansible_version: 2.11
|
||||||
github_branch: master
|
github_branch: main
|
||||||
platforms:
|
platforms:
|
||||||
- name: Archlinux
|
- name: Archlinux
|
||||||
versions: all
|
versions: all
|
||||||
- name: Debian
|
- name: Debian
|
||||||
versions:
|
versions: all
|
||||||
- stretch
|
|
||||||
- jessie
|
|
||||||
- name: Ubuntu
|
- name: Ubuntu
|
||||||
versions:
|
versions: all
|
||||||
- bionic
|
|
||||||
- name: Fedora
|
- name: Fedora
|
||||||
versions:
|
versions: all
|
||||||
- 28
|
|
||||||
- 29
|
|
||||||
galaxy_tags:
|
galaxy_tags:
|
||||||
- i3wm
|
- i3wm
|
||||||
- arch
|
|
||||||
- desktop
|
- desktop
|
||||||
- linux
|
- linux
|
||||||
|
- xorg
|
||||||
|
- wayland
|
||||||
dependencies: []
|
dependencies: []
|
||||||
|
|
Loading…
Reference in a new issue