Using pyinfra
Deploy Reference
deb_package
deb_packages
How pyinfra Works
Meta
Documentation may contain unreleased features!
You are reading most recent documentation which may not have been released yet. 1.x is the latest release version available.
host.fact.deb_package(name)
Returns information on a .deb archive or installed package.
host.fact.deb_packages
Returns a dict of installed dpkg packages:
{ 'package_name': ['version'], }