1
0
Fork 0
mirror of https://github.com/eoli3n/dotfiles synced 2024-05-26 09:26:06 +02:00
eoli3n-dotfiles/roles/packages-laptop/tasks/main.yml
2019-12-01 16:29:03 +01:00

7 lines
141 B
YAML

---
- name: Install backlight controller package
aur:
name: light-git
skip_installed: yes
when: ansible_os_family == "Archlinux"