mirror of
https://github.com/roles-ansible/ansible_role_xrandr_help.git
synced 2024-08-16 10:09:52 +02:00
29 lines
531 B
YAML
29 lines
531 B
YAML
---
|
|
galaxy_info:
|
|
author: do1jlr
|
|
role_name: xrandr_help
|
|
description: Install xrandr and their graphical version (arandr) to control your monitors.
|
|
license: MIT
|
|
min_ansible_version: 2.8
|
|
github_branch: main
|
|
platforms:
|
|
- name: Archlinux
|
|
versions: all
|
|
- name: Debian
|
|
versions:
|
|
- all
|
|
- name: Ubuntu
|
|
versions:
|
|
- all
|
|
- name: EL
|
|
versions:
|
|
- all
|
|
galaxy_tags:
|
|
- xrandr
|
|
- xorg
|
|
- monitor
|
|
- help
|
|
- hdmi
|
|
- arch
|
|
- desktop
|
|
dependencies: []
|