linux-system-roles / postfix

An ansible role which configures postfix
https://linux-system-roles.github.io/postfix/
GNU General Public License v3.0
13 stars 19 forks source link

ci: use dump_packages.py callback to get packages used by role #107

Closed richm closed 9 months ago

richm commented 9 months ago

This adds the dump_packages.py callback which will dump the arguments to the package module (except for state: absent) to the integration test run logs. The output looks like this: lsrpackages: pkg-a pkg-b ... We will have tooling which will scrape the logs to extract the packages used at runtime and testing for all of the supported combinations of distribution and version.

This also ensures the weekly-ci PR git commit message conforms to commitlint.

Signed-off-by: Rich Megginson rmeggins@redhat.com