Skip to content

zypper

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

This module is capable of:

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