mirror of
https://github.com/roles-ansible/ansible_role_xrandr_help.git
synced 2024-08-16 10:09:52 +02:00
Add meta info
This commit is contained in:
parent
81491d9288
commit
28b6a20719
1 changed files with 28 additions and 0 deletions
28
meta/main.yml
Normal file
28
meta/main.yml
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
---
|
||||||
|
galaxy_info:
|
||||||
|
author: L3D
|
||||||
|
description: Install xrandr and their graphical version (arandr) to control your monitors.
|
||||||
|
license: license (MIT)
|
||||||
|
min_ansible_version: 2.2
|
||||||
|
github_branch: master
|
||||||
|
platforms:
|
||||||
|
- name: Archlinux
|
||||||
|
versions: all
|
||||||
|
- name: Debian
|
||||||
|
versions:
|
||||||
|
- all
|
||||||
|
- name: Ubuntu
|
||||||
|
versions:
|
||||||
|
- all
|
||||||
|
- name: Fedora
|
||||||
|
versions:
|
||||||
|
- all
|
||||||
|
galaxy_tags:
|
||||||
|
- xrandr
|
||||||
|
- xorg
|
||||||
|
- monitor
|
||||||
|
- hdmi
|
||||||
|
- i3wm
|
||||||
|
- arch
|
||||||
|
- desktop
|
||||||
|
dependencies: []
|
Loading…
Reference in a new issue