Skip to content

pacman

The pacman module offers pseudo-declarative package and repository management using pacman.

This module is capable of:

  • Package Management
    • Installing packages
    • Removing packages
type: pacman
install:
packages:
- package-1
- package-2
type: pacman
remove:
packages:
- package-1
- package-2
type: pacman
install:
packages:
- git
remove:
packages:
- firefox
- firefox-langpacks