Commit Graph

3239 Commits (27287b40c0605e583145538ac072260095c139d7)

Author SHA1 Message Date
Don Naro 1055803c3a
docsite requirements path (#80134) 2 years ago
Jairo Llopis 3216e071c7
docs: automatic `always` tag in gather_facts (#80052) 2 years ago
Keeper-of-the-Keys cc8e6d06d0
Update playbooks_conditionals.rst (#80062)
"changed" was missing from the docs
2 years ago
Sandra McCann 0521184337
clarify playbook tests (#80073) 2 years ago
Andreas Deininger 841b71c94f
Fixing typos (#80045) 2 years ago
Akira Yokochi 012393e2cd
fix link for development guidelines (#80055) 2 years ago
Kristian Heljas 02c49ffe60
Encourage true/false for module documentation (#80060)
Co-authored-by: Felix Fontein <felix@fontein.de>
2 years ago
Nicolas P c8f740cfee
Fix typo docs in playbooks_tags.rst (#80117) 2 years ago
Don Naro 352010f9c3
improve doc dependency install steps (#80120) 2 years ago
Anwesha Das dbcaab1012
Add Ansible community 7.3.0 porting guide (#80106) 2 years ago
Matt Clay f587856beb
Remove straight.plugin dependency (#80084) 2 years ago
Raphael Michel 563833d124
Docs: Clarify note on tags (#80079)
The current wording could be read as "tasks that are tagged *both* configuration and packages" while in fact it is "tasks that are tagged *either* configuration *or* packages"
2 years ago
Desmond Obisi 5ad77fc7bb
fix: jinja complex type transforms doesn't work as documented (#80067)
jinja complex type transforms: dict(somelist| slice(2)) doesn't work as documented. Changed the example to use zip_longest
2 years ago
Aastha Varma 940fdf5dba
consistent booleans for page text and code blocks (#80036)
* consistent booleans for page text and code blocks

* Update check_mode from n to false
2 years ago
Player256 ce5471fc9f
Update collection_integration_updating.rst (#80037) 2 years ago
nkakouros 998b5c1a06
Clarify when plugin settings are being populated (#79710) 2 years ago
Gijikiki ed879954f9
Update playbooks_tests.rst (#79788) 2 years ago
Don Naro 9f02e505d9
add wheel to docsite pre-reqs #79513 (#80061) 2 years ago
Anže Luzar 122de95d85
Add Steampunk Spotter to Other tools list (#80006) 2 years ago
Matt Clay a4248a63aa
Add missing newlines to YAML files (#80031) 2 years ago
Sandra McCann f841c2803a
update banner' (#79971) 2 years ago
Matt Martz 54ff9afa10
Data tagging delayed to 2.16 (#80011) 2 years ago
Alicia Cozine 75274021d3
fixes typo in Ansible 7 roadmap (#79996)
Co-authored-by: Alicia Cozine <acozine@users.noreply.github.com>
2 years ago
Alicia Cozine 0946ee2f14
adds roadmap for Ansible 8 (#79598) 2 years ago
Sandra McCann d47a848219
fix core devel doc output (#79902) 2 years ago
Sandra McCann dc99005820
Rst fixes (#79939)
* fix rstcheck errors for 6.1.1
* spell shell correctly
2 years ago
Alicia Cozine 5f947f867c
make this a warning, not a comment (#79928)
Co-authored-by: Alicia Cozine <acozine@users.noreply.github.com>
2 years ago
Matt Martz 24519f3bd1
Update example to always init ANOTHER_LIBRARY_IMPORT_ERROR (#79927) 2 years ago
JaroslavKlech d8dc76e134
Mentions 'meta: flush_handlers' task (#79542) 2 years ago
Felix Fontein 07f1a1b7dc
docsite: bump antsibull-docs, reference collection env var index (#79666) 2 years ago
Matt Clay 58461bc204
Remove outdated note on relative imports in docs (#79873) 2 years ago
Andrew Klychkov fa382670dc
maintainers_guidelines.rst: add a link to collection release guidelines (#79859) 2 years ago
Christian Adams 9d42447fa5
Add Ansible community 7.2.0 porting guide (#79867) 2 years ago
Mario Lenz 10f0e5f6d4
Remove dev_guide stubs (#79795)
* Remove dev_guide stubs

* Remove Cisco ACI Dev Guide
2 years ago
Andrew Klychkov 58f0950638
[Docs] add doc links to documentation_contributions.rst (#79840) 2 years ago
Andrew Klychkov 722fc05c31
[Docs] add easyfix/good first issue/docs links (#79830) 2 years ago
Sorin Sbarnea 44dcfde9b8
Improve documentation on requirements.yml (#76140)
Makes it clear that user can use range identifiers with collection
versions inside requirements.yml files.
2 years ago
Jens Timmerman 65eb5c0a9f
Update dev_guide.rst (#79625) 2 years ago
Matt Clay 2164d5699c
Expand docs for the import sanity test. (#79768)
* Expand docs for the import sanity test.

* Remove note about Python 2.7 compat.

It should not be needed since there is a sanity test to enforce use of `__metaclass__ = type`.

* Improve introductory paragraph.

* Fix link typo.
2 years ago
Jo 48e6bf8d27
Fix: documentation for per-task timeout (#79715) 2 years ago
prasadpatil49 d7a4152851
doc fix for platform content #79794 (#79801) 2 years ago
Andrew Klychkov 6cb6d655b3
[Docs] maintainers_guidelines: add WG and real-time chat request info (#79750) 2 years ago
Evgeni Golov 7ab3de7ee8
correct examples to use removed_from_collection not collection_name (#79803) 2 years ago
Matt Clay a3b7863098
validate-modules - Remove `__future__` limits (#79800)
* validate-modules - Remove `__future__` limits

Limits on specific `__future__` imports are handled by other sanity tests.

* Add integration test for module/plugin imports.
2 years ago
Sandra McCann f2707d1fbc
fix filename for sidecar docs (#79779) 2 years ago
Matt Clay 5d71ace583
Fix broken docs links. (#79769) 2 years ago
Andrew Klychkov 11a27eefa2
communication.rst: improve (#79751) 2 years ago
Kristian Heljas 97993eeb10
Fix broken link for inventory script examples (#79762)
These scripts were removed from community.general in https://github.com/ansible-collections/community.general/pull/2696 and moved to ansible-community/contrib-scripts per https://github.com/ansible-community/community-topics/issues/16#issuecomment-853317111
2 years ago
Kenyon Ralph b5b7f9bce2
complex_data_manipulation.rst: fix typo (#79758) 2 years ago
Brian Coca 8b032150a4
document adjacent docs (sidecar) (#79056)
* Update docs/docsite/rst/dev_guide/developing_locally.rst
Co-authored-by: Don Naro <dnaro@redhat.com>
2 years ago