mirror of
https://github.com/roles-ansible/ansible_role_sway.git
synced 2024-08-16 13:49:49 +02:00
24 lines
496 B
YAML
24 lines
496 B
YAML
---
|
|
galaxy_info:
|
|
role_name: sway
|
|
author: l3d
|
|
description: Install and configure swaywm on common linux distibutions (https://swaywm.org/)
|
|
license: "MIT"
|
|
min_ansible_version: '2.15'
|
|
github_branch: main
|
|
platforms:
|
|
- name: ArchLinux
|
|
versions: ['all']
|
|
- name: Debian
|
|
versions: ['all']
|
|
- name: Ubuntu
|
|
versions: ['all']
|
|
- name: Fedora
|
|
versions: ['all']
|
|
galaxy_tags:
|
|
- sway
|
|
- desktop
|
|
- linux
|
|
- wayland
|
|
- linux
|
|
dependencies: []
|