[Bug] ansible_icinga: option icinga_notifications.time_period has invalid type 'strod'
Closed this issue · 3 comments
felixfontein commented
Description
It should probably be 'str', not 'strod'.
Reproduction steps
Current Behavior
Expected Behavior
Additional information
You might want to add a docs linting step to CI: antsibull-docs lint-collection-docs . --skip-rstcheck --plugin-docs
reports this.
(You can also see it here: https://docs.ansible.com/ansible/devel/collections/telekom_mms/icinga_director/ansible_icinga_role.html - but having that reported in CI is probably more useful :) )
rndmh3ro commented
Let's add antsibull-docs lint-collection-docs . --skip-rstcheck --plugin-docs
to the tests.
felixfontein commented
If you need an inspriation: https://github.com/ansible-collections/collection_template/blob/main/.github/workflows/extra-docs-linting.yml ;)