* Adjsutments to the Collection release process
* Adjustment from the review.
* Update docs/docsite/rst/community/collection_contributors/collection_release_without_branches.rst
* adjustments from review
* Improve failed_when documentation and fix minor errors
- Add clarifying example for 'or' operator in failed_when conditions
- Fix template syntax: remove extra space in Jinja2 braces
Signed-off-by: Piyush Malik <piyush.malik@optimoloan.com>
* Update docs/docsite/rst/playbook_guide/playbooks_error_handling.rst
Co-authored-by: Felix Fontein <felix@fontein.de>
---------
Signed-off-by: Piyush Malik <piyush.malik@optimoloan.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
* disable version switcher in theme
* Update docs/docsite/rst/conf.py
Co-authored-by: Felix Fontein <felix@fontein.de>
---------
Co-authored-by: Felix Fontein <felix@fontein.de>
* Fix grammar and add documentation link
- Fix the number-verb agreement in a bullet point
- Add a link to the RST spec and re-word the embedding
* Add small section on testing
* Edit title for Changelog section
I find the title "Creating changelog fragments" too similar to "Creating a changelog fragment".
* Update title of test section and reorganize sentences
* Fix spelling of preferred
* Add words for clarity
* Capitalize YAML and RST
Capitalizing these helps to distinguish
between the yaml/rst format and file extension.
* Fix line breaks in test section
Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>
* Rephrase testing section
* Fix period clickability
Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>
---------
Co-authored-by: 🇺🇦 Sviatoslav Sydorenko (Святослав Сидоренко) <wk.cvs.github@sydorenko.org.ua>
* Document play argument spec validation
* Update docs/docsite/rst/playbook_guide/playbooks_intro.rst
Co-authored-by: Don Naro <dnaro@redhat.com>
* Move the play-level argument spec validation following the sections on variables
---------
Co-authored-by: Don Naro <dnaro@redhat.com>
As user of the User Guide, when I go to the RouterOS platform page, and click on the Console login process link, it should open the RouterOS wiki page for Manual Console login process page. Current page does not. Seems like URLs on the wiki site was updated to: https://wiki.mikrotik.com/Manual:Console_login_process
* docs: clarify dict2items usage in loops with group module (follow-up to ansible#85897)
* docs: merge dict2items group example into existing section (per review)
* docs: replace tag_data example with nested server_configs dict example (per review)
* "error" is correct option value for
_ANSIBLE_TEMPLAR_UNTRUSTED_TEMPLATE_BEHAVIOR, instead of 'fail'
Fixes: #3087
Signed-off-by: Abhijeet Kasurde <Akasurde@redhat.com>