package_check_installed

Verify if a package is installed in any version.

⚙️ Compatible targets: Linux

Parameters

NameDocumentation
nameName of the package to check.

This parameter is required.

Example

method: package_check_installed
params:
  name: VALUE

Documentation

This bundle will define a condition package_check_installed_${file_name}_{ok, reached, kept} if the package is installed, or package_check_installed_${file_name}_{not_ok, reached, not_kept, failed} if the package is not installed