ansible/lib/ansible
Sandra McCann c936b8b638
[backport][2.10]Docs backportapalooza3 (#70695)
* Suggest ansible ad-hoc command while developing module (#70308)

If a local module has no documentation, the doc command will fail without any hints of what is wrong. Add another way to confirm the presence of a local module.
* Update docs/docsite/rst/dev_guide/developing_locally.rst

Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
(cherry picked from commit 82e5d03bdb)

* Update AWS Integration test docmentation (#70454)

(cherry picked from commit e1ba7dc52a)

* Update hacking/shippable docs.

The `--all` option downloads more than is needed for analyzing code coverage.

(cherry picked from commit fb7740ae3b)

* Document that subversion module requires subversion (#70537)

(cherry picked from commit 64c2cb273f)

* update documentation link to python 3 (#70509)

update the docs link for strftime on the filters page to point to the python3 docs

(cherry picked from commit f7db428375)

* Update windows_winrm.rst (#70306)

gcc also needed to be installed alongside python-devel, krb5-devel, krb5-libs, and krb5-workstation.

(cherry picked from commit f4ea43c4a0)

* updated requirements file for docs build (#70609)

(cherry picked from commit 38ccfb4a3e)

* Clarify that index_var is 0 indexed (#70548)

A little further down the page is another index, ansible_loop.index, which shares a similar description but is 1 indexed.
Its zero indexed twin has a 0 suffix.

``ansible_loop.index``      The current iteration of the loop. (1 indexed)
``ansible_loop.index0``     The current iteration of the loop. (0 indexed)

To remove ambiguity around the usage of index_var, explicitly mention that this variable is 0 indexed.

(cherry picked from commit c410311f55)

* docs: update module development docs (#70594)

Update module development docs for flattened modules directory.

Fixes: #70261 (at least partially)

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
(cherry picked from commit 20209c508f)

* Doc: fix examples of changelog entries. (#70551)

(cherry picked from commit edcd1a1a70)

* Document tags are not supported with task meta. (#70590)

fixes #70338

(cherry picked from commit 40591d5fbb)

* docs: update date format in removed_at_date (#70597)

removed_at_date requires YYYY-MM-DD format.

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
(cherry picked from commit 375c6b4ae4)

* partial update of community docs to reflect collections transition (#70488)

(cherry picked from commit f1f782fc37)

Co-authored-by: Michael Ritsema <michaelritsema@users.noreply.github.com>
Co-authored-by: Mark Chappell <mchappel@redhat.com>
Co-authored-by: Matt Clay <matt@mystile.com>
Co-authored-by: Alan Rominger <arominge@redhat.com>
Co-authored-by: FloMiau <37121807+FloMiau@users.noreply.github.com>
Co-authored-by: mahadelmi <mahadelmi@cmail.carleton.ca>
Co-authored-by: Sayee <57951841+sayee-jadhav@users.noreply.github.com>
Co-authored-by: Karl Goetz <goetzk@users.noreply.github.com>
Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
Co-authored-by: Andrew Klychkov <aaklychkov@mail.ru>
Co-authored-by: Baptiste Mille-Mathias <baptiste.millemathias@gmail.com>
Co-authored-by: Alicia Cozine <879121+acozine@users.noreply.github.com>
2020-07-17 13:50:40 -05:00
..
_vendor transparent downstream vendoring (#69850) 2020-06-15 16:22:25 -07:00
cli Doc backportapalooza 2 (#70440) 2020-07-08 16:05:41 -05:00
collections collection routing (#67684) 2020-05-26 09:42:06 -07:00
compat Fix filedescriptor out of range in select() when running commands (#65058) 2020-05-14 11:46:34 -04:00
config refactor Python module_utils locator (#70610) (#70711) 2020-07-17 10:57:44 -07:00
errors various deprecation, display, warning, error fixes for collections redirection (#69822) 2020-06-05 00:28:40 -07:00
executor refactor Python module_utils locator (#70610) (#70711) 2020-07-17 10:57:44 -07:00
galaxy ansible-galaxy - fix collection installation with trailing slashes (#70016) 2020-06-15 17:36:07 -04:00
inventory return changed for group_by (#32057) 2020-06-03 12:46:40 -04:00
module_utils [stable-2.10] Only pass kwargs to our string checker not callable checkers (#70151) (#70170) 2020-07-17 10:53:56 -07:00
modules [backport][2.10]Docs backportapalooza3 (#70695) 2020-07-17 13:50:40 -05:00
parsing Plugin/module docs: parse return values, add collection names in them (version_added_collection), and format them nicely in ansible-doc (#69796) 2020-06-11 11:03:43 -07:00
playbook Raise Warning when import_playbook receives additional parameters (#64156) 2020-06-10 13:22:40 -04:00
plugins [stable-2.10] pause - fix curses.setupterm() error (#47851) (#70363) 2020-07-17 10:57:20 -07:00
template Deprecation revisited (#69926) 2020-06-09 15:21:19 -07:00
utils Top-level deprecation of plugin did not get collection_name added when deprecating by version (#70344) (#70370) 2020-07-17 10:58:54 -07:00
vars Deprecation revisited (#69926) 2020-06-09 15:21:19 -07:00
__init__.py transparent downstream vendoring (#69850) 2020-06-15 16:22:25 -07:00
constants.py avoid constant checking controlpersist (#69910) 2020-06-09 11:59:38 -04:00
context.py
release.py Update Ansible release version to v2.10.0b1.post0. 2020-06-17 17:06:28 -05:00