mirror of
https://github.com/roles-ansible/ansible_role_i3wm.git
synced 2024-08-16 10:09:53 +02:00
24 lines
489 B
YAML
24 lines
489 B
YAML
---
|
|
galaxy_info:
|
|
role_name: i3wm
|
|
author: l3d
|
|
description: Install and configure i3wm on common linux distibutions (https://i3wm.org/)
|
|
license: "MIT"
|
|
min_ansible_version: '2.13'
|
|
github_branch: main
|
|
platforms:
|
|
- name: ArchLinux
|
|
versions: ['all']
|
|
- name: Debian
|
|
versions: ['all']
|
|
- name: Ubuntu
|
|
versions: ['all']
|
|
- name: Fedora
|
|
versions: ['all']
|
|
galaxy_tags:
|
|
- i3wm
|
|
- desktop
|
|
- linux
|
|
- xorg
|
|
- linux
|
|
dependencies: []
|