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

docs: add Collection requirements section to README #88

Closed richm closed 1 year ago

richm commented 1 year ago

For roles that use other system roles, they have a meta/collection-requirements.yml file, and the README lists these requirements and instructions. However, these are only required for github and Galaxy users, and not for users who use the packaged roles, where it is confusing to see instructions about installing requirements when none are needed. We need to make it easier to remove these sections when packaging.

Fix some markdownlint and ansible-lint issue

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