..
2.16.0_summary.yaml
New release v2.16.0 ( #82141 )
1 year ago
2.16.0b1_summary.yaml
New release v2.16.0b1 ( #81778 )
1 year ago
2.16.0b2_summary.yaml
New release v2.16.0b2 ( #81864 )
1 year ago
2.16.0rc1_summary.yaml
New release v2.16.0rc1 ( #81986 )
1 year ago
2.16.1_summary.yaml
New release v2.16.1 ( #82346 )
1 year ago
2.16.1rc1_summary.yaml
New release v2.16.1rc1 ( #82301 )
1 year ago
2.16.2_summary.yaml
New release v2.16.2 ( #82399 )
12 months ago
2.16.3_summary.yaml
New release v2.16.3 ( #82619 )
10 months ago
2.16.3rc1_summary.yaml
New release v2.16.3rc1 ( #82587 )
10 months ago
2.16.4_summary.yaml
New release v2.16.4 ( #82746 )
9 months ago
2.16.4rc1_summary.yaml
New release v2.16.4rc1 ( #82709 )
9 months ago
2.16.5_summary.yaml
New release v2.16.5 ( #82907 )
8 months ago
2.16.5rc1_summary.yaml
New release v2.16.5rc1 ( #82839 )
9 months ago
2.16.6_summary.yaml
New release v2.16.6 ( #83045 )
8 months ago
2.16.7_summary.yaml
New release v2.16.7 ( #83279 )
6 months ago
2.16.7rc1_summary.yaml
New release v2.16.7rc1 ( #83241 )
7 months ago
20802-until-default.yml
"retries" without "until": retry until success ( #81531 )
1 year ago
22396-indicate-which-args-are-multi.yml
Indicate which args can be provided multiple times. Fixes #22396 ( #80970 )
2 years ago
27816-fetch-unreachable.yml
Handle unreachable errors in fetch properly. Fixes #27816 ( #80952 )
2 years ago
50603-tty-check.yaml
Add TTY check and argument to disable it ( #50603 ) ( #68260 )
2 years ago
71916-user-expires-int.yml
user - set current expiration correctly when no shadow entry exists ( #75194 )
1 year ago
73643-handlers-prevent-multiple-runs.yml
…
74723-support-wildcard-win_fetch.yml
fix error if path had wildcard in it ( #74723 )
2 years ago
75063-allow-dev-nul-as-skeleton-for-new-homedir.yml
Check if skeleton is /dev/null while creating home folder ( #75948 )
2 years ago
76372-fix-pip-virtualenv-command-parsing.yml
Better parse virtualenv_command option for pip ( #80624 )
2 years ago
78487-galaxy-collections-path-warnings.yml
Add GALAXY_COLLECTIONS_PATH_WARNINGS option. ( #78487 )
2 years ago
79129-ansible-managed-filename-format.yaml
fix incorrect ansible_managed formatting ( #79129 )
1 year ago
79364_replace.yml
replace: handle exception while parsing escape char ( #81244 )
1 year ago
79677-fix-argspec-type-check.yml
…
79734-ansible-test-change-detection.yml
ansible-test - local change detection without --fork-point ( #79734 )
2 years ago
79844-fix-timeout-mounts-linux.yml
…
79945-host_group_vars-improvements.yml
optimize host_group_vars and vars plugin loading ( #79945 ) ( #81878 )
1 year ago
79999-ansible-user-tweak-macos-defaults.yaml
Fix macos defaults ( #79999 )
1 year ago
80089-prevent-module-build-date-issue.yml
Pre-calculate date early and use it for all zipfile writes ( #81521 )
1 year ago
80128-symbolic-modes-X-use-computed.yml
…
80257-iptables-chain-creation-does-not-populate-a-rule.yml
iptables chain creation does not populate with a rule ( #80257 )
1 year ago
80258-defensive-display-non-utf8.yml
Implement checks, and backwards compat change, to move forward with UTF-8 only ( #80370 )
2 years ago
80267-ansible_builtin_user-remove-user-not-found-warning.yml
[stable-2.16] Issue #80267 : Remove user not found warning ( #80291 ) ( #83078 )
7 months ago
80334-reduce-ansible-galaxy-api-calls.yml
…
80406-validate-modules-semantic-markup.yml
…
80449-fix-symbolic-mode-error-msg.yml
_symbolic_mode_to_octal- fix raising ValueError for invalid symbolic modes ( #80449 )
2 years ago
80459-handlers-nested-includes-vars.yml
include_role: expose vars from parent roles to role's handlers ( #81524 )
1 year ago
80460-add-symbolic-links-with-dir.yml
…
80476-fix-loop-task-post-validation.yml
…
80488-pip-pkg-resources.yml
Support packaging and importlib.metadata for pip module ( #80881 )
1 year ago
80506-syntax-check-playbook-only.yml
…
80520-fix-current-hostname-openbsd.yml
…
80523_-_adding_short_option_for_--ask-vault-pass.yml
Add short option for --ask-vault-pass ( #80527 )
1 year ago
80605-template-overlay-native-jinja.yml
Account for overlays when interacting with Jinja envs ( #80705 )
2 years ago
80648-fix-ansible-galaxy-cache-signatures-bug.yml
[ansible-galaxy] Fix installing signed collections ( #80661 )
2 years ago
80721-ansible-galaxy.yml
Update galaxy_ng container for tests ( #80721 )
2 years ago
80738-abs-unarachive-src.yml
unarchive - ensure src is an absolute path before picking handler ( #80738 )
2 years ago
80841-display-type-annotation.yml
Add type hints to ansible.utils.display::Display ( #81400 )
1 year ago
80880-register-handlers-immediately-if-iterating-handlers.yml
Register handlers immediately if currently iterating handlers ( #80898 )
1 year ago
80887-dnf5-api-change.yml
Update dnf5 module to handle API change for setting the download directory. Fixes #80887 ( #80888 )
2 years ago
80943-ansible-galaxy-collection-subdir-install.yml
Fix TypeError when installing subdir collections. Fixes #80943 ( #80949 )
2 years ago
80968-replace-deprecated-ast-attr.yml
replace deprecated ast.value.s with ast.value.value ( #80968 )
2 years ago
80985-fix-smgl-family-mapping.yml
Fix Source Mage family mapping ( #80985 )
1 year ago
80995-include-all-var-files.yml
Fix ansible.builtin.include_vars - depth ( #80995 ) ( #82610 )
10 months ago
81005-use-overlay-overrides.yml
Don't mutate templar.environment, only overlay on local myenv ( #81005 )
1 year ago
81013-handlers-listen-last-defined-only.yml
Last handler with same name wins for listen too ( #81358 )
1 year ago
81029-connection-types.yml
Make sure that values that should be strings are actually strings. ( #81029 )
1 year ago
81053-templated-tags-inheritance.yml
[stable-2.16] Properly template tags in parent blocks ( #81624 ) ( #81921 )
1 year ago
81064-daemonize-fixes.yml
Fix stealth exceptions and blocking select() in daemonize() ( #81064 )
1 year ago
81082-deprecated-importlib-abc.yml
Avoid deprecated importlib.abc.TraversableResources ( #81082 )
1 year ago
81083-add-blockinfile-append-and-prepend-new-line-options.yml
Add option to blockinfile to wrap inserted block with blank lines ( #81083 )
1 year ago
81104-inventory-script-plugin-raise-execution-error.yml
Inventory Script Plugin: raise execution error ( #81104 )
1 year ago
81319-cloudstack-test-container-bump-version.yml
ansible-test: cloudstack: bump test container version ( #81319 )
1 year ago
81332-fix-pkg-mgr-in-kylin.yml
Fix ansible_pkg_mgr is unknown in Kylin Linux ( #81314 )
1 year ago
81450-list-filters.yml
ansible-doc: allow to filter by more than one collection ( #81450 )
1 year ago
81494-remove-duplicated-file-attribute-constant.yml
Remove duplicate FILE_ATTRIBUTES definition ( #81494 )
1 year ago
81532-fix-nested-flush_handlers.yml
flush_handlers: handle a failure in a nested block with force_handlers ( #81572 ) ( #82197 )
1 year ago
81555-add-warning-for-illegal-filenames-in-roles.yaml
Add warnings for illegal file names in role ( #81555 )
1 year ago
81584-daemonize-follow-up-fixes.yml
Daemonize follow-up fixes ( #81584 ) ( #81766 )
1 year ago
81606-ansible-galaxy-collection-pre-releases.yml
Always allow "no-other-choice" pre-release dependencies when resolving collection dependency tree ( #81746 )
1 year ago
81613-remove-unusued-private-lock.yml
utils/encrypt.py: remove unused private _LOCK ( #81614 )
1 year ago
81638-blockinfile.yml
blockinfile: do not crash when filename has no path ( #81638 ) ( #82869 )
8 months ago
81656-cf_readfp-deprecated.yml
Replace ConfigParser.readfp() with read_file() ( #81657 )
1 year ago
81662-blockinfile-exc.yml
blockinfile: avoid crash on Python 3 when creating directory fails ( #81662 )
1 year ago
81666-handlers-run_once.yml
[stable-2.16] run_once: unnotify hosts on handlers that are not run ( #81667 ) ( #81920 )
1 year ago
81722-handler-subdir-include_tasks.yml
Allow for searching handler subdir for included task via include_role ( #81733 ) ( #81759 )
1 year ago
81806-py2-content-disposition.yml
Add compat function for parsing Content-Disposition header ( #81807 )
1 year ago
81901-galaxy-requirements-format.yml
ansible-galaxy - fix traceback error for invalid req file ( #81917 ) ( #81924 )
1 year ago
81954-dnf-keepcache.yml
[stable-2.16] dnf: obey the keepcache setting ( #82735 ) ( #82964 )
8 months ago
82027_find.yml
[stable-2.16] find: do not fail on PermissionError ( #82880 )
8 months ago
82175-fix-ansible-galaxy-role-import-rc.yml
ansible-galaxy - fix exit code for failed role import ( #82193 ) ( #82412 )
11 months ago
82241-handler-include-tasks-from.yml
Allow include_tasks handlers for searching role subdirs ( #82248 ) ( #82268 )
1 year ago
82307-handlers-lockstep-linear-fix.yml
handlers: fix executing in lockstep using linear ( #83030 ) ( #83073 )
7 months ago
82359_assemble_diff.yml
[stable-2.16] assemble: fixed missing parameter error ( #83124 )
7 months ago
82363-multiple-handlers-with-recursive-notification.yml
Run all handlers with the same `listen` topic when notified from another handler ( #82364 )
10 months ago
82461-dnf-provides.yml
[stable-2.16] dnf fixes ( #83084 )
7 months ago
82574-ansible-test-ansible-doc-underscore.yml
Do not mangle plugin names in collections that start with an underscore. ( #82574 ) ( #82885 )
8 months ago
82606-template-python-syntax-error.yml
Do not ignore SyntaxError from jinja2.Environment.from_string ( #82607 ) ( #82614 )
10 months ago
82675-fix-unsafe-templating-leading-to-type-error.yml
Fix error when templating an unsafe string leading to a type error in Python ( #82675 ) ( #82745 )
9 months ago
82683-ansible-fact_cache-permissions-changed-after-ansible-coreupdate.yml
[stable-2.16] Fixes permission for cache json file to 644 ( #83017 )
8 months ago
82708-unsafe-plugin-name-error.yml
Prevent failures due to unsafe plugin name ( #82759 )
9 months ago
82878-fetch-dest-is-dir.yml
fetch - add error check on calculated dest ( #82970 ) ( #82990 )
8 months ago
82954-fix-older-connection-plugins.yml
Fix traceback inheriting from NetworkConnectionBase and add integration tests ( #82954 ) ( #82956 )
8 months ago
83327.yml
[stable-2.16] Fix Test failure with cowsay installed/present ( #83350 )
6 months ago
CleansingNodeVisitor-removal.yml
Simplify conditional.py ( #80584 )
2 years ago
PowerShell-AddType-temp.yml
powershell - Improve Add-Type tempdir handler ( #83080 ) ( #83344 )
6 months ago
a-g-col-install-directory-with-trailing-sep.yml
…
a-g-col-prevent-reinstalling-satisfied-req.yml
Consider all configured collection paths when installing collections ( #81243 )
1 year ago
a_test_rmv_alpine_317.yml
ansible-test: remove alpine 3.17 ( #81124 )
1 year ago
add-missing-cli-docs.yml
Fix missing command descriptions in manpages/docs ( #81366 )
1 year ago
ag-ignore-multiple-signature-statuses.yml
ansible-galaxy - improve ignoring multiple signature status codes ( #77610 )
1 year ago
ansible-galaxy-role-install-symlink.yml
Fix installing roles containing symlinks ( #82911 ) ( #83137 )
7 months ago
ansible-galaxy-server-timeout.yml
ansible-galaxy - add config option for the default ansible-galaxy timeout ( #81108 )
1 year ago
ansible-runtime-metadata-removal-date.yml
Use strings for `removal_date` in runtime metadata ( #80815 )
2 years ago
ansible-test-added-fedora-38.yml
ansible-test: Added Fedora 38 ( #81074 )
1 year ago
ansible-test-alpine-libexpat.yml
[stable-2.16] ansible-test - Fix Alpine libexpat bootstrapping ( #82896 )
8 months ago
ansible-test-argcomplete-3.yml
…
ansible-test-atexit.yml
ansible-test - Avoid using atexit module ( #81096 )
1 year ago
ansible-test-centos7-pypi-proxy.yml
ansible-test - Use PyPI proxy for centos7 ( #83226 )
7 months ago
ansible-test-cgroup-split.yml
[stable-2.16] ansible-test - Fix parsing of cgroup entries
1 year ago
ansible-test-container-sleep.yml
[stable-2.16] ansible-test - Invoke container sleep through env ( #81853 ) ( #81856 )
1 year ago
ansible-test-coverage-update.yml
Bump `coverage.py` to v7.3.2 in `ansible-test` ( #81844 ) ( #81845 )
1 year ago
ansible-test-default-containers.yml
ansible-test - Update default containers ( #80559 )
2 years ago
ansible-test-deprecated-cleanup.yml
ansible-test - Remove deprecated features ( #80558 )
2 years ago
ansible-test-distro-containers.yml
[stable-2.16] ansible-test - Update distro containers ( #81851 ) ( #81859 )
1 year ago
ansible-test-entry-points.yml
ansible-test - Always use managed entry points ( #81537 )
1 year ago
ansible-test-explain-traceback.yml
ansible-test - Fix sanity traceback with `-e` opt ( #81271 )
1 year ago
ansible-test-fedora-37.yml
ansible-test - remove Fedora 37 container and remote support ( #81093 )
1 year ago
ansible-test-freebsd-bootstrap-setuptools.yml
ansible-test - Use FreeBSD packaged setuptools ( #80615 )
2 years ago
ansible-test-import-sanity-fix.yml
ansible-test - Fix import sanity test for targets ( #81184 )
1 year ago
ansible-test-layout-detection.yml
ansible-test - Update source layout detection ( #81418 )
1 year ago
ansible-test-long-timeout-fix.yml
ansible-test - Fix handling of long timeouts ( #80769 )
2 years ago
ansible-test-minimum-setuptools.yml
Raise the minimum setuptools version to 66.1.0 ( #81341 )
1 year ago
ansible-test-nios-container.yml
ansible-test - Update the NIOS test container ( #80739 )
2 years ago
ansible-test-pylint-update.yml
ansible-test - Update pylint to 2.17.3 ( #80632 )
2 years ago
ansible-test-pylint3-update.yml
[stable-2.16] Update default test container Python to 3.12 and support for PyLint 3.0.1 ( #81953 ) ( #81955 )
1 year ago
ansible-test-pytest-8.yml
[stable-2.16] ansible-test - Add work-around for pytest>=8 errors ( #82723 ) ( #82727 )
9 months ago
ansible-test-pytest-forked.yml
…
ansible-test-python-3.12-compat.yml
[stable-2.16] Update default test container Python to 3.12 and support for PyLint 3.0.1 ( #81953 ) ( #81955 )
1 year ago
ansible-test-python-3.12.yml
add Python 3.12 support to ansible-test ( #80834 )
1 year ago
ansible-test-python-default.yml
[stable-2.16] Update default test container Python to 3.12 and support for PyLint 3.0.1 ( #81953 ) ( #81955 )
1 year ago
ansible-test-pyyaml-build.yml
ansible-test - Pre-build PyYAML wheels ( #81300 )
1 year ago
ansible-test-remove-old-rhel-remotes.yml
ansible-test - remove test remotes: rhel 8.7/9.1 ( #81065 )
1 year ago
ansible-test-remove-ubuntu-2004.yml
ansible-test: remove Ubuntu 20.04 LTS ( #81070 )
1 year ago
ansible-test-rhel-9.2-python-3.11.yml
Add test support for Python 3.11 on RHEL 8.8/9.2 ( #80990 )
1 year ago
ansible-test-rhel-9.2.yml
ansible-test - Add RHEL 9.2 support ( #80755 )
2 years ago
ansible-test-sanity-scope.yml
ansible-test - Narrow the scope of some sanity tests ( #81273 )
1 year ago
ansible-test-source-detection.yml
ansible-test - Fix traceback when mixing sources ( #80801 )
2 years ago
ansible-test-thread-coverage.yml
ansible-test - Enable thread code coverage ( #81604 )
1 year ago
ansible-test-timeout-fix.yml
ansible-test - Fix timeout handling ( #80764 )
2 years ago
ansible-test-unique-container-names.yml
ansible-test - Always use unique container names ( #80724 )
2 years ago
ansible-test-use-raise-from.yml
ansible-test - Use raise from to handle exceptions ( #80905 )
2 years ago
ansible-test-utcnow.yml
ansible-test - Avoid use of deprecated utcnow ( #80750 )
2 years ago
ansible-test-winrm-config.yml
ansible-test - Remove obsolete WinRM setup script ( #81249 )
1 year ago
ansible-vault.yml
ansible-vault: Check if the destination is writable ( #81660 )
1 year ago
ansible_managed_restore.yml
inspect components, ansible_managed templatable ( #83053 ) ( #83128 )
7 months ago
ansible_test_alpine_3.18.yml
ansible-test add alpine 3.18 as remote ( #81109 )
1 year ago
apt_fail_on_autoremove.yml
apt: ignore fail_on_autoremove and allow_downgrade when using aptitude ( #81445 )
1 year ago
aptclean_diff.yml
apt: Return calculated diff while running apt clean ( #81247 )
1 year ago
async-task-check-mode.yml
Allow check mode async task disabling check_mode ( #82827 ) ( #82861 )
8 months ago
basestrategy-lazy-templar.yml
Lazy load Templar for [changed,failed]_when ( #81650 )
1 year ago
ci_freebsd_new.yml
Add FreeBSD 13.2 to ansible-test ( #80698 )
2 years ago
collections_paths-deprecation.yml
Deprecate plural collections_paths option ( #81063 )
1 year ago
colors.yml
Add test for 256-color configuration values ( #78613 )
1 year ago
command-expand-args.yml
command - Add option to disable argument var expansion ( #80512 )
2 years ago
config_init_fix.yml
ansible-config: ensure we get templated default ( #82974 ) ( #83009 )
8 months ago
config_origins_option.yml
config lookup, new option to show origin of value ( #80651 )
2 years ago
connection-type-annotation.yml
Add type annotation for connection plugins ( #78552 )
1 year ago
copy_diff.yml
copy: print correct dest path when content + diff is used ( #81678 )
1 year ago
correct-callback-fqcn-old-style-action-invocation.yml
Fix task.resolved_action callbacks ( #82003 ) ( #83330 )
6 months ago
cve-2023-5115.yml
[stable-2.16] Prevent roles from using symlinks to overwrite files outside of the installation directory ( #81780 ) ( #81783 )
1 year ago
cve-2023-5764.yml
Ensure that unsafe is more difficult to lose [stable-2.16] ( #82293 )
1 year ago
cve-2024-0690.yml
[stable-2.16] Ensure ANSIBLE_NO_LOG is respected (CVE-2024-0690) ( #82565 ) ( #82566 )
11 months ago
deb822_open_url.yml
deb822_repository: use http-agent with open_url ( #80876 )
2 years ago
debconf.yml
debconf: idempotency for password question ( #81484 )
1 year ago
dedupe_config_init.yml
ansible-config dedupe ini plugin entries ( #82498 )
10 months ago
delegate_to_invalid.yml
Better errors for delegate_to ( #82319 )
10 months ago
deprecated_string_conversion_action.yml
Deprecate STRING_CONVERSION_ACTION ( #78860 )
1 year ago
display_proxy.yml
display, also proxy warnings and deprecations ( #81060 )
1 year ago
dnf-installed-checks-api.yml
[stable-2.16] dnf fixes ( #83084 )
7 months ago
dnf-update-only-latest.yml
dnf - fix for a package from URI and update_only ( #81568 )
1 year ago
dnf5-api-breaks.yml
2.16: dnf5: replace removed API calls and add fallbacks ( #83026 )
8 months ago
dnf5-cacheonly.yml
dnf5: enable now implemented cacheonly functionality ( #81141 )
1 year ago
dnf5-fix-interpreter-fail-msg.yml
…
dnf5-gpg-check-api.yml
dnf5: use new API to check package signatures ( #80609 )
2 years ago
dnf5-gpg-check-builtin.yml
dnf5: utilize automatic gpg check via transaction.run() ( #81144 )
1 year ago
dnf5-logs-api.yml
…
dnf5-test-env-groups.yml
dnf5 - enable env groups testing in CI ( #81032 )
1 year ago
dotnet-preparation.yml
PowerShell - remove uneeded dotnet code for future compatibility ( #81472 )
1 year ago
dpkg_selections.yml
dpkg_selections: Check if package exists before selection operation ( #81406 )
1 year ago
dwim_is_role_fix.yml
lookups, make file searching use better is_role ( #82290 )
10 months ago
fbsd13_1_remove.yml
remove Freebsd 13.1 from test matrix ( #81058 )
1 year ago
fetch_url-remove-auto-disable-decompress.yml
…
find-mode.yml
Add ability to filter find on mode ( #81485 )
1 year ago
first_found_fixes.yml
first_found fix no terms option ( #76550 )
2 years ago
first_found_template_fix.yml
first_found lookup, let lookup handle templating errors ( #81178 )
1 year ago
fix-allow-duplicates.yml
fix handling allow_duplicates with the role cache ( #82691 ) ( #82927 )
8 months ago
fix-ansible-galaxy-info-no-role-found.yml
Fix reporting role as not found when remote_data is None ( #81829 ) ( #81838 )
1 year ago
fix-default-ansible-galaxy-role-import-name.yml
[ansible-galaxy] Remove role name conversion when the repo startswith 'ansible-role' ( #82508 ) ( #82532 )
11 months ago
fix-display-prompt-cpu-consumption.yml
Fix pause CPU consumption ( #81519 )
1 year ago
fix-expect-indefinite-timeout.yml
[2.16] expect - fix argument spec error with timeout=null ( #82522 ) ( #82608 )
10 months ago
fix-handlers-callback.yml
Fix calling v2_playbook_on_notify callback ( #80585 )
2 years ago
fix-pkg-mgr-in-TencentOS.yml
Fix `ansible_pkg_mgr` incorrect in TencentOS Server Linux ( #81336 )
1 year ago
fix-runtime-metadata-modules-action_plugin.yml
Support `action_plugin` in plugin_routing_schema ( #82562 ) ( #82581 )
10 months ago
fix-setuptools-warnings.yml
Use package_data instead of include_package_data ( #80652 )
2 years ago
fix-url-lookup-plugin-docs.yml
Fix typos in url lookup plugin options ( #81587 )
1 year ago
fix-vars-plugins-in-roles.yml
fix loading vars_plugins in roles ( #82273 ) ( #82609 )
10 months ago
forced_local+fix+.yml
fix networking path ( #81295 )
1 year ago
freebsd_12_4_removal.yml
CI: remove FreeBSD 12.4 from test matrix ( #81315 )
1 year ago
galaxy_check_type.yml
galaxy: Cross check the collection type ( #81423 )
1 year ago
galaxy_symlink.yml
galaxy: check if the target for symlink exists ( #81586 )
1 year ago
gather_facts_fix_parallel.yml
Fix gather parallel ( #80597 )
2 years ago
get_action_args_with_defaults-remove-deprecated-arg.yml
…
group_warning.yml
group: remove extraneous warning ( #81557 )
1 year ago
import_role_goes_public.yml
Restore import_role variable exporting behavior ( #81840 )
1 year ago
improve-tombstone-error.yml
Add the task info for tombstoned module/action plugins ( #82451 ) ( #83040 )
7 months ago
internal_static_vars.yml
centralize and complete the internal static vars ( #82872 ) ( #82925 )
8 months ago
inv_available_hosts_to_frozenset.yml
switch available_hosts to `frozenset` from `list` in ansible-inventory ( #81870 ) ( #81875 )
1 year ago
inventory_cache-remove-deprecated-default-section.yml
Remove deprecated default.fact_caching_prefix ini config option ( #80441 )
2 years ago
inventory_ini.yml
inventory_ini: Handle SyntaxWarning in ini parsing ( #81707 )
1 year ago
j2_load_fix.yml
Fix Jinja plugin deduplication ( #82002 ) ( #82053 )
1 year ago
jinja_plugin_cache_cleanup.yml
fix various Jinja plugin caching issues ( #79781 )
1 year ago
long-collection-paths-fix.yml
Resolve issues on python pre-3.10.6 with collection dirs longer than 100 characters ( #81061 )
1 year ago
man-page-build-docs-dependency.yml
Remove docs dir dependency from man page build ( #81003 )
1 year ago
man-page-subcommands.yml
Include subcommands in generated man pages ( #81378 )
1 year ago
manifest-in-cleanup.yml
Clean up MANIFEST.in ( #80688 )
2 years ago
mc_from_config.yml
source module compression setting directly from config ( #80647 )
2 years ago
missing-doc-func.yml
Fix command doc lookup in man page generation ( #81365 )
1 year ago
no-arbitrary-j2-override.yml
Prevent setting arbitrary attrs on Jinja2 envs via overrides ( #80715 )
2 years ago
no_log_booly.yml
no_log avoid masking booleans ( #82217 ) ( #82235 )
1 year ago
omit-man-pages-from-sdist.yml
Omit pre-built man pages from sdist ( #81395 )
1 year ago
parsing-splitter-fixes.yml
Fix arg splitting and key/value parsing ( #80030 )
1 year ago
passlib_or_crypt.yml
encrypt: deprecate passlib_or_crypt ( #81571 )
1 year ago
password_hash-fix-crypt-salt-bcrypt.yml
password_hash - fix bcrypt algorithm when passlib is not installed ( #81385 )
1 year ago
pep8-known-issue.yml
sanity: Document pep8 known issue with Python 3.12 ( #81495 )
1 year ago
pep517-backend-import-fix.yml
…
pep517-backend-traceback-fix.yml
pep517 backend - Copy symlinks when copying source ( #80690 )
2 years ago
persist_skip.yml
simple skip of connection ( #80638 )
2 years ago
pkg_mgr-default-dnf.yml
Use target of /usr/bin/dnf for dnf version detection ( #80550 )
2 years ago
powershell-module-error-handling.yml
PowerShell - Improve error checking ( #80984 )
1 year ago
pre-release-hint-for-dep-resolution-error.yml
ansible-galaxy - add pre-release hint to dependency resolution error ( #81147 )
1 year ago
psrp-version-req.yml
Add version ceiling for pypsrp ( #83122 ) ( #83163 )
7 months ago
pull_file_secrets.yml
ansible-pull now handles all secret files CLI options ( #82009 ) ( #82070 )
1 year ago
pull_unfrack_dest.yml
ansible-pull: expand destinantion directoy to avoid purgin in / ( #82030 ) ( #82221 )
1 year ago
py-tmpl-hardening.yml
[stable-2.16] Harden the ansiballz and respawn python templates ( #81753 ) ( #82747 )
9 months ago
pylint-deprecated-comment-checker.yml
ansible-test - Limit deprecated check to core ( #81552 )
1 year ago
reboot.yml
reboot: show last error message in verbose log ( #81578 )
1 year ago
remove-deprecated-actionbase-_remote_checksum.yml
ActionBase: remove deprecated _remote_checksum ( #80440 )
2 years ago
remove-deprecated-datetime-methods.yml
remove deprecated datetime.datetime methods ( #81323 )
1 year ago
remove-deprecated-filelock-class.yml
Remove deprecated FileLock class ( #80438 )
2 years ago
remove-docs-examples.yml
Add changelog fragment for docs/examples removal ( #81410 )
1 year ago
remove-include.yml
Remove deprecated include ( #80752 )
2 years ago
remove-play_iterator-deprecated-methods.yml
PlayIterator: remove deprecated methods ( #80437 )
2 years ago
remove-python3.5.yml
Remove Python 3.5 support ( #80972 )
1 year ago
remove-python3.9-controller-support.yml
Remove Python 3.9 support for the controller ( #80973 )
1 year ago
remove-templar-shared_loader_obj-arg.yml
Templar: remove deprecated shared_loader_obj param ( #80439 )
2 years ago
remove-unreachable-include_role-static-err.yml
Remove unreachable error for removed include_role.static ( #80837 )
2 years ago
remove_md5.yml
Removed unused `get_md5` parameter from stat ( #80871 )
2 years ago
restore_role_param_precedence.yml
restore role param precedence ( #82106 ) ( #82138 )
1 year ago
role-deduplication-condition.yml
Only mark a role as complete once a task in it executes for the target host ( #81565 )
1 year ago
role_fixes.yml
[stable-2.16] Role fixes ( #82339 ) ( #82452 )
10 months ago
run-command-selectors-prompt-only.yml
…
server2012-deprecation.yml
Removed testing support for Server 2012 and 2012 R2 ( #80778 )
2 years ago
service_facts_rcctl.yml
service_facts, get more info for rcctl services ( #80630 )
2 years ago
service_facts_simpleinit_msb.yml
Add simpleinit_msb fact for service_mgr ( #80963 )
2 years ago
service_fix_obsd.yml
service module : remove flag confugration from openbsd enable/disable service ( #80628 )
2 years ago
set-filters.yml
Fix set filters to use set operations ( #81639 )
1 year ago
setup_facter_fix.yml
setup module, retry facter to handle --puppet errors ( #80645 )
2 years ago
simple-result-queue.yml
Switch from multiprocessing.Queue to SimpleQueue ( #80838 )
2 years ago
smart_connection_bye.yml
changelog: use correct spelling for possessive pronoun its ( #82594 )
10 months ago
suppressed-options.yml
Exclude internal options from man pages and docs ( #81360 )
1 year ago
tarfile_extract_warn.yml
tarfile: Handle deprecation warning for extract and extractall ( #81545 )
1 year ago
templar-globals-dict.yml
…
templating_fixes.yml
template escaping: use configured variable start instead of default one ( #81001 )
1 year ago
text-converters.yml
Use ansible.module_utils.common.text.converters ( #80704 )
2 years ago
timeout_config_fix.yml
Don't include a default for cli as it overrides config with lesser pr… ( #80650 )
2 years ago
unarchive_fix.yml
Unarchive get zipinfo on more OS/distros ( #82873 ) ( #82877 )
8 months ago
unsafe-fixes-2.yml
Additional Unsafe fixes ( #82376 )
12 months ago
unsafe-intern.yml
[stable-2.16] Enable directly using `AnsibleUnsafeText` with Python `pathlib` ( #82510 )
11 months ago
update-maybe-json-uri.yml
URI Module find json sub type ( #80745 )
2 years ago
uri_follow_redirect_bool.yml
[stable-2.16] uri: update docs for follow_redirects ( #83177 )
7 months ago
urls-client-cert-py12.yml
urls - remove deprecated client key calls ( #80751 )
2 years ago
urls-unit-test-latest-cryptography.yml
ansible-test - update module_utils/urls.py unit test to support cryptography >= 41.0.0 ( #81296 )
1 year ago
user-add-password-exp-warning.yml
user - add parameter for password expiration warning days ( #79884 )
1 year ago
v2.16.0-initial-commit.yaml
…
vault_unvault_id_fix.yml
filters vault/unvault fix vault_id parameter usage ( #81422 )
1 year ago
vmware_facts.yml
[bp-2.16] facts: Add a generic detection for VMware product name ( #83024 )
8 months ago
wait_for_mmap.yml
wait_for, fallback to read for non mmapable files ( #82064 ) ( #82233 )
1 year ago
winrm-send-input.yml
winrm - make command input more resiliant ( #81538 ) ( #81794 )
1 year ago
winrm-task-timeout.yml
winrm - Handle task timeout ( #82784 ) ( #82864 )
8 months ago
winrm-timeout.yml
Avoid winrm hang on stdin write failure ( #82766 ) ( #82782 )
9 months ago
yum-repository-docs-fixes.yml
Align yum_repository documentation with arguments ( #80867 )
2 years ago
yum_repository_keepcache.yml
yum_repository: deprecate keepcache parameter ( #81426 )
1 year ago