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 e80507af32
fact_gathering improve linux thread counts (#82261)
don't use `//` aka `floor()` as some architectures show counts of 1.9 threads per CPU and market as 2 per CPU, `round()` will be closer to that.
2 years ago
..
_vendor Require `from __future__ import annotations` (#81902) 2 years ago
cli ansible-pull: expand destinantion directoy to avoid purgin in / (#82030) 2 years ago
collections Require `from __future__ import annotations` (#81902) 2 years ago
compat Remove Python `< 3.5` `selectors` fallbacks (#81872) 2 years ago
config log verbosity (#81692) 2 years ago
errors Require `from __future__ import annotations` (#81902) 2 years ago
executor flush_handlers: handle a failure in a nested block with force_handlers (#81572) 2 years ago
galaxy Fix ManifestControl dataclass to work with future annotations (#82215) 2 years ago
inventory Require `from __future__ import annotations` (#81902) 2 years ago
module_utils fact_gathering improve linux thread counts (#82261) 2 years ago
modules apt_repository: Do not convert symlink repo to a normal file (#82271) 2 years ago
parsing Require `from __future__ import annotations` (#81902) 2 years ago
playbook Remove unneeded Task.is_static assignment (#82288) 2 years ago
plugins changed the salt type from int to string (#82274) 2 years ago
template Use functools.update_wrapper instead of a copy 2 years ago
utils displaly. log, handle when caplevel is already taken care of (#82227) 2 years ago
vars restore role param precedence (#82106) 2 years ago
__init__.py Require `from __future__ import annotations` (#81902) 2 years ago
__main__.py Require `from __future__ import annotations` (#81902) 2 years ago
constants.py Require `from __future__ import annotations` (#81902) 2 years ago
context.py Require `from __future__ import annotations` (#81902) 2 years ago
keyword_desc.yml Fix the strategy plugin description in keywords (#82113) 2 years ago
release.py Require `from __future__ import annotations` (#81902) 2 years ago