compatcheck: Support checking for package manager
Some distros (fedora) have dnf by default but may be atomic also
This commit is contained in:
@@ -30,3 +30,13 @@ argument_specs:
|
||||
description: Last supported major version. Allows any version if not specified.
|
||||
type: int
|
||||
required: false
|
||||
package_managers:
|
||||
description: List of supported package managers. Defaults to apt for debian and ubuntu, dnf for fedora, pacman for archlinux
|
||||
type: list
|
||||
required: false
|
||||
elements: str
|
||||
choices:
|
||||
- apt
|
||||
- dnf
|
||||
- pacman
|
||||
- atomic_container
|
||||
|
||||
Reference in New Issue
Block a user