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
|
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.
|
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).
|
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
|
author: L3D
|
||||||
description: Install xrandr and their graphical version (arandr) to control your monitors.
|
description: Install xrandr and their graphical version (arandr) to control your monitors.
|
||||||
license: license (MIT)
|
license: license (MIT)
|
||||||
min_ansible_version: 2.2
|
min_ansible_version: 2.3
|
||||||
|
role_name: xrandr-help
|
||||||
github_branch: master
|
github_branch: master
|
||||||
platforms:
|
platforms:
|
||||||
- name: Archlinux
|
- name: Archlinux
|
||||||
|
@ -21,6 +22,7 @@ galaxy_info:
|
||||||
- xrandr
|
- xrandr
|
||||||
- xorg
|
- xorg
|
||||||
- monitor
|
- monitor
|
||||||
|
- help
|
||||||
- hdmi
|
- hdmi
|
||||||
- i3wm
|
- i3wm
|
||||||
- arch
|
- 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'
|
playbook_version_path: '/etc/ansible-version/role-xrandr_chaos-bodensee_github.com.version'
|
||||||
|
|
Loading…
Reference in a new issue