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:
parent
1a9e01b675
commit
126533091b
@ -35,4 +35,5 @@
|
||||
tags: laptop
|
||||
|
||||
roles:
|
||||
- { role: packages-laptop, tags: packages-laptop }
|
||||
- { role: xbindkeys, tags: xbindkeys }
|
||||
|
4
roles/packages-laptop/tasks/main.yml
Normal file
4
roles/packages-laptop/tasks/main.yml
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
- name: Install backlight controller package
|
||||
packer: name=light-git state=present
|
||||
when: ansible_os_family == "Archlinux"
|
Loading…
Reference in New Issue
Block a user