Alicia Cozine
Alicia Cozine
##### SUMMARY As a translator, if I can identify words I should not translate, I produce better translated docs. If I can leave all code blocks in English, that's an...
We have 3 labels on the ansible/ansible repo related to documentation: `docs`, `docsite`, and `docsite_pr`. To make it easier to find relevant issues, we'd like to define and refine the...
##### SUMMARY Update all M() links across the collections included in the `ansible` PyPI package to use FQCN. See ansible-community/antsibull#92 for more detail on how links work. Related to: https://github.com/ansible-collections/community.azure/issues/4...
As a user, If I make a mistake in a matching directive or in the `content:` parameter, I may end up with one or more `null` values in the final...
##### SUMMARY At the community meeting on Oct. 28, 2020, we agreed to merge https://github.com/ansible-collections/community.general/pull/1191 and remove community.general's dependency on ansible.posix in a minor release. We debated whether or not...
### Summary #75406 took the first step toward documenting Matrix as an option for Ansible community chat. Here's the remaining work to be done: - [ ] update references to...
##### SUMMARY The community maintains a list of requirements for collections at https://github.com/ansible-collections/overview/blob/main/collection_requirements.rst. Incorporate this content into the as part of the dev_guide. ##### ISSUE TYPE - Documentation Report #####...
##### SUMMARY Closes #78715. The old documentation suggested prepending a `0` to signal octal values for `mode`. This approach fails in loops, possibly elsewhere. This PR changes the documentation to...
##### SUMMARY How well does our documentation work with screenreaders? We want to: - [ ] Make sure all link URLs (and cross-reference links) provide descriptive text that conveys information...
##### SUMMARY Part of correcting the documentation about how to deduplicate roles. I've read several issues, many of them closed. I believe that `allow_duplicates` was never implemented for either `include_role`...