mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-04 04:08:15 +00:00 
			
		
		
		
	driver-intel
Description
This Ansible role installs Intel media drivers on systems that use the Pacman package manager (e.g., Arch Linux and derivatives). It ensures the intel-media-driver package is present and up-to-date.
Overview
The driver-intel role leverages the community.general.pacman module to:
- Update the package cache.
 - Install (or upgrade) the 
intel-media-driverpackage. - Verify that the driver is correctly installed and ready for use in media pipelines.
 
Features
- Idempotent installation of Intel media drivers
 - Automatic package cache update before installation
 - Supports installation on any Pacman-based distribution