diff --git a/meta/main.yml b/meta/main.yml new file mode 100644 index 0000000..f0c2fc1 --- /dev/null +++ b/meta/main.yml @@ -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: []