Skip to content

ansible: add role to always configure pid1 info

This separates the tasks that get/configure pid1 info, used by many other roles, into its own role. This allows us to assign the special "always" tag to it, so it always runs even if you run the playbook with some "-t a_tag"

Merge request reports