mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-17 22:14:25 +02:00
Shorted driver- to drv-
This commit is contained in:
parent
f548faa80f
commit
3fdd900ed8
@ -1,4 +1,4 @@
|
||||
# role driver-epson-multiprinter
|
||||
# role drv-epson-multiprinter
|
||||
## Other Resources
|
||||
- https://bernhardsteindl.at/epson-ecotank-et-3600-unter-arch-linux-einrichten/
|
||||
- http://download.ebz.epson.net/dsc/search/01/search/searchModule
|
@ -1,4 +1,4 @@
|
||||
# driver-intel
|
||||
# drv-intel
|
||||
|
||||
## Description
|
||||
|
||||
@ -6,7 +6,7 @@ This Ansible role installs Intel media drivers on systems that use the Pacman pa
|
||||
|
||||
## Overview
|
||||
|
||||
The `driver-intel` role leverages the `community.general.pacman` module to:
|
||||
The `drv-intel` role leverages the `community.general.pacman` module to:
|
||||
|
||||
1. Update the package cache.
|
||||
2. Install (or upgrade) the `intel-media-driver` package.
|
@ -1,4 +1,4 @@
|
||||
# Ansible Role: driver-msi-keyboard-color
|
||||
# Ansible Role: drv-msi-keyboard-color
|
||||
|
||||
Ansible role to set up dynamic keyboard color change on MSI laptops.
|
||||
|
@ -1,4 +1,4 @@
|
||||
# driver-non-free
|
||||
# drv-non-free
|
||||
|
||||
## Description
|
||||
|
@ -128,21 +128,21 @@
|
||||
name: bkp-data-to-usb
|
||||
|
||||
## driver setup
|
||||
- name: driver-intel
|
||||
- name: drv-intel
|
||||
when: ('intel' | application_allowed(group_names, allowed_applications))
|
||||
include_role:
|
||||
name: driver-intel
|
||||
name: drv-intel
|
||||
|
||||
- name: setup multiprinter hosts
|
||||
when: ('epson_multiprinter' | application_allowed(group_names, allowed_applications))
|
||||
include_role:
|
||||
name: driver-epson-multiprinter
|
||||
name: drv-epson-multiprinter
|
||||
|
||||
|
||||
- name: setup hibernate lid switch
|
||||
when: ('driver-lid-switch' | application_allowed(group_names, allowed_applications))
|
||||
when: ('drv-lid-switch' | application_allowed(group_names, allowed_applications))
|
||||
include_role:
|
||||
name: driver-lid-switch
|
||||
name: drv-lid-switch
|
||||
|
||||
## system setup
|
||||
- name: setup swapfile hosts
|
||||
|
@ -6,7 +6,7 @@
|
||||
name: "{{ item }}"
|
||||
loop:
|
||||
- utils-generic-administrator
|
||||
- driver-non-free
|
||||
- drv-non-free
|
||||
|
||||
- name: utils-desk-office-tools
|
||||
when: ("collection_officetools" in group_names)
|
||||
@ -81,4 +81,4 @@
|
||||
- name: setup msi rgb keyboard
|
||||
when: ("msi_perkeyrgb" in group_names)
|
||||
include_role:
|
||||
name: driver-msi-keyboard-color
|
||||
name: drv-msi-keyboard-color
|
Loading…
x
Reference in New Issue
Block a user