mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-29 17:18:13 +01:00
added light-git package
This commit is contained in:
parent
1a9e01b675
commit
126533091b
@ -35,4 +35,5 @@
|
|||||||
tags: laptop
|
tags: laptop
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
|
- { role: packages-laptop, tags: packages-laptop }
|
||||||
- { role: xbindkeys, tags: xbindkeys }
|
- { 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