mirror of
https://github.com/roles-ansible/ansible_role_i3wm.git
synced 2024-08-16 10:09:53 +02:00
25 lines
453 B
YAML
25 lines
453 B
YAML
---
|
|
galaxy_info:
|
|
author: L3D
|
|
description: Install and configure i3wm (https://i3wm.org/)
|
|
license: "Apache"
|
|
min_ansible_version: 2.2
|
|
github_branch: master
|
|
platforms:
|
|
- name: Archlinux
|
|
versions: all
|
|
- name: Debian
|
|
versions:
|
|
- stretch
|
|
- name: Ubuntu
|
|
versions:
|
|
- bionic
|
|
- name: Fedora
|
|
versions:
|
|
- 28
|
|
- 29
|
|
galaxy_tags:
|
|
- i3wm
|
|
- arch
|
|
- desktop
|
|
dependencies: []
|