1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-26 06:08:35 +01:00

added light-git package

This commit is contained in:
eoli3n 2017-12-19 16:16:45 +01:00
parent 1a9e01b675
commit 126533091b
2 changed files with 5 additions and 0 deletions

@ -35,4 +35,5 @@
tags: laptop
roles:
- { role: packages-laptop, tags: packages-laptop }
- { role: xbindkeys, tags: xbindkeys }

@ -0,0 +1,4 @@
---
- name: Install backlight controller package
packer: name=light-git state=present
when: ansible_os_family == "Archlinux"