mirror of
https://github.com/roles-ansible/ansible_role_xrandr_help.git
synced 2024-08-16 10:09:52 +02:00
update meta info
This commit is contained in:
parent
185a1cd98f
commit
df6746ae93
3 changed files with 14 additions and 2 deletions
10
README.md
10
README.md
|
@ -1,6 +1,16 @@
|
|||
xrandr - Ansible role
|
||||
==========================
|
||||
|
||||
<a href="https://galaxy.ansible.com/do1jlr/xrandr-help"><img width="80px" src="https://galaxy.ansible.com/assets/galaxy-logo-02.svg"/></a>
|
||||
|
||||
### Get it directly from Ansible Galaxy
|
||||
```bash
|
||||
$ ansible-galaxy install do1jlr.xrandr-help
|
||||
```
|
||||
|
||||
Information
|
||||
-----------------
|
||||
|
||||
Ansible role to install xrandr to controll your monitor setup.
|
||||
|
||||
This is realy helpful, if you are using a display manager (eg. i3wm) that comes without a dedicated display control center (like gnome).
|
||||
|
|
|
@ -3,7 +3,8 @@ galaxy_info:
|
|||
author: L3D
|
||||
description: Install xrandr and their graphical version (arandr) to control your monitors.
|
||||
license: license (MIT)
|
||||
min_ansible_version: 2.2
|
||||
min_ansible_version: 2.3
|
||||
role_name: xrandr-help
|
||||
github_branch: master
|
||||
platforms:
|
||||
- name: Archlinux
|
||||
|
@ -21,6 +22,7 @@ galaxy_info:
|
|||
- xrandr
|
||||
- xorg
|
||||
- monitor
|
||||
- help
|
||||
- hdmi
|
||||
- i3wm
|
||||
- arch
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
---
|
||||
playbook_version_number: 201
|
||||
playbook_version_number: 202
|
||||
playbook_version_path: '/etc/ansible-version/role-xrandr_chaos-bodensee_github.com.version'
|
||||
|
|
Loading…
Reference in a new issue