You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/lib/ansible
Brian Coca d58988d8ff
fact gathering, mounts, fixes for single proc code and tests (#83866)
* Fact gathering fix 'no shm' branhc

* Use concurrent.futures instead of multiprocessing

This entirely avoids the need for fallback logic since the concurrent.futures thread pool does not depend on `/dev/shm`.

Co-authored-by: Matt Clay <matt@mystile.com>
2 months ago
..
_vendor Require `from __future__ import annotations` (#81902) 1 year ago
cli Print the name of the option being deprecated (#83761) 3 months ago
collections Require `from __future__ import annotations` (#81902) 1 year ago
compat Remove Python `< 3.5` `selectors` fallbacks (#81872) 1 year ago
config Print the name of the option being deprecated (#83761) 3 months ago
errors config, integrate dynamic galaxy servers (#83129) 6 months ago
executor loop_control "early exit" feature (#62151) 3 months ago
galaxy galaxy-cli tasking polling interval from environment variable (#83803) 3 months ago
inventory Require `from __future__ import annotations` (#81902) 1 year ago
module_utils fact gathering, mounts, fixes for single proc code and tests (#83866) 2 months ago
modules iptables, use existing validation (#83907) 3 months ago
parsing Fix up raw_params for ansible.windows modules (#83830) 3 months ago
playbook delay keyword changed from int to float (#83901) 3 months ago
plugins Update subset.yml (#83908) 3 months ago
template Typo fixes and other bits and bobs (#83672) 4 months ago
utils runtime-metadata sanity test: do not fail deprecation version checks if galaxy.yml has empty `version` (#83831) 3 months ago
vars hostvars templating fix, override serialization (#83509) 5 months ago
__init__.py Require `from __future__ import annotations` (#81902) 1 year ago
__main__.py Require `from __future__ import annotations` (#81902) 1 year ago
constants.py Print the name of the option being deprecated (#83761) 3 months ago
context.py Require `from __future__ import annotations` (#81902) 1 year ago
keyword_desc.yml MUNI tech writers: timeout documentation. (#83152) 6 months ago
release.py Bump devel to 2.18.0.dev0 (#82934) 8 months ago