8d2b25d490
* Pipe lookup plugin usage example documentation fix (#70679) (cherry picked from commit58d24584c0
) * Fix misleading documentation for naming blocks (#68458) From what I have observed it is the block itself that doesn't support the name attribute rather than the tasks inside the block. * Update docs/docsite/rst/user_guide/playbooks_blocks.rst Co-authored-by: Alicia Cozine <879121+acozine@users.noreply.github.com> (cherry picked from commit633c2d0522
) * Fix incorrect statement to set a variable for a playbook (#70712) Fixes #70638 (cherry picked from commit59513ae673
) * Make Sources, Plugins sections easier to read (#70652) Re-wrote the Inventory Sources section and also the next section to have shorter, clearer sentences with a more active voice. (cherry picked from commitfb3db170cc
) * fix rstcheck problem and gitignore collections dir (#70764) (cherry picked from commit24e5d3a51c
) * add note for write permission on rst files (#70766) * add note for write permission on rst files * Update docs/docsite/rst/community/documentation_contributions.rst Co-authored-by: Toshio Kuratomi <a.badger@gmail.com> (cherry picked from commit2a7df5e07b
) * Modification of 'Adding modules and plugins locally' topic (#70659) * Remediated the topic to comply with IBM style guide and minimalism practices Co-authored-by: Alicia Cozine <879121+acozine@users.noreply.github.com> (cherry picked from commit1733253297
) * WIP: add collections as an intersphinx link (#70826) * adds collections as a ref for intersphinx * no need for intersphinx Co-authored-by: Alicia Cozine <acozine@users.noreply.github.com> (cherry picked from commitb28d59124b
) * Proper example for splitext filter in docs (#70494) * Update playbooks_filters.rst with a clear example of how to extract its 2 tokens. Co-authored-by: Sloane Hertel <shertel@redhat.com> (cherry picked from commit7a42d27462
) * Few fixes for reference_appendices/faq.html (#70719) * Format using `` instead of `, add line breaks for long lines, rephrase or remove useless text. Move some text. * Add clearer version of OpenSSh is affected by SCP bug * Review some pages using ansible doc writing guide. (cherry picked from commit92e16c2838
) Co-authored-by: Roman Gorshunov <34521622+gorshunovr@users.noreply.github.com> Co-authored-by: David Rieger <david@isan.engineer> Co-authored-by: Baptiste Mille-Mathias <baptiste.millemathias@gmail.com> Co-authored-by: Stef B <regendo@users.noreply.github.com> Co-authored-by: Sayee <57951841+sayee-jadhav@users.noreply.github.com> Co-authored-by: Alicia Cozine <879121+acozine@users.noreply.github.com> Co-authored-by: Fixmetal <fixmetal@gmail.com>
19 lines
291 B
Text
19 lines
291 B
Text
# Old compiled python stuff
|
|
*.py[co]
|
|
# package building stuff
|
|
build
|
|
# Emacs backup files...
|
|
*~
|
|
.\#*
|
|
.doctrees
|
|
# Generated docs stuff
|
|
ansible*.xml
|
|
.buildinfo
|
|
objects.inv
|
|
.doctrees
|
|
rst/dev_guide/testing/sanity/index.rst
|
|
rst/modules/*.rst
|
|
rst/playbooks_keywords.rst
|
|
rst/collections/
|
|
|
|
*.min.css
|