diff --git a/README.md b/README.md index b788445..6387c59 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,16 @@ xrandr - Ansible role ========================== + + +### 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). diff --git a/meta/main.yml b/meta/main.yml index f0c2fc1..6845c4c 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -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 diff --git a/vars/main.yml b/vars/main.yml index 77f5f81..ed446dd 100644 --- a/vars/main.yml +++ b/vars/main.yml @@ -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'