psdev-1437: Release v1.7.1 — fix infini_metadata docstring, add ansib…
…le-doc check
- Fix infini_metadata DOCUMENTATION YAML: the second line of the first
description bullet was indented to align with the dash instead of
the bullet text, so YAML parsed it as a new mapping key. ansible-doc
failed at line 8 with "could not find expected ':'", which surfaced
19 hours ago
psdev-1437: Release v1.7.1 — fix infini_metadata docstring, add ansib…
…le-doc check
- Fix infini_metadata DOCUMENTATION YAML: the second line of the first
description bullet was indented to align with the dash instead of
the bullet text, so YAML parsed it as a new mapping key. ansible-doc
failed at line 8 with "could not find expected ':'", which surfaced
at Galaxy import time on v1.7.0.
- Add test-docs-locally Makefile recipe that runs
ansible-doc --type module --json against every infini_*.py module,
mirroring Galaxy's import check. DOCUMENTATION YAML errors slip past
ansible-test sanity, so this fills a real pre-publish gap. Wired
into test-sanity-locally-all.
- Fix typo 'explicitely' -> 'explicitly' in infini_metadata description
(cosmetic, while in the file).
- Bump galaxy.yml version to 1.7.1; add CHANGELOG entry.
19 hours ago