Sandra McCann
Sandra McCann
See https://github.com/ansible/ansible/issues/75433 for what might be outdated in the source rst file.
Hi folks - we have some generic 'contributing to collections' documentation at https://docs.ansible.com/ansible/latest/community/create_pr_quick_start.html And some about testing at: https://docs.ansible.com/ansible/latest/community/collection_contributors/test_index.html If we link to these from the CONTRIBUTOR file, does this...
@Ompragash what do you think? Did I pop this quickie PR on the wrong file?
@Ompragash - we could put it in the collection contributor guide on docs.ansible.com, but I don't know that we've ever evaluated those docs to ensure they actually follow this convention....
This docsite was recommended as a good model to consider - https://www.rdoproject.org/contribute/
Hi folks - we have some generic 'contributing to collections' documentation at https://docs.ansible.com/ansible/latest/community/create_pr_quick_start.html And some about testing at: https://docs.ansible.com/ansible/latest/community/collection_contributors/test_index.html If we link to these from the CONTRIBUTOR file, does this...
woot Thanks!
Documentation fix: Add a note at https://github.com/ansible/ansible/blame/devel/docs/docsite/rst/user_guide/sample_setup.rst#L126 as follows: .. note:: You can access host variables with the special ``hostvars`` variable. See :ref:`special_variables` for a list of these variables. This...
@JaroslavKlech yes thanks, and thanks for digging out the new home! We've been doing some heavy forklifting on the user guide so most of the pages have moved around a...
Fixed by https://github.com/ansible/ansible/pull/78858