ansible/changelogs/fragments
2020-09-24 11:58:37 -07:00
..
565_default_callback.yml
14681-allow-callbacks-from-forks.yml Allow callbacks from forks (#70501) 2020-08-17 10:51:01 -05:00
16949-global-skipped-result-flag-looped-tasks.yml Set global skipped result flag for looped tasks (#67847) 2020-08-28 08:01:26 +02:00
17268-inventory-hostnames.yml Use InventoryManager for inventory_hostnames lookup (#71573) 2020-09-02 15:42:09 -05:00
22599_svn_validate_certs.yml subversion Give subversion module a validate_certs option (#70890) 2020-07-27 14:18:54 -04:00
23958-cleanup.yml Ensure we clean up if an exception kills strategy.run. Fixes #23958 (#71513) 2020-09-03 15:09:08 -04:00
32174-normalize-None-quote.yml Normalize how None is handled in quote filter. Fixes #32174 (#71473) 2020-08-27 15:42:56 -04:00
32386_debconf_password.yml debconf: add a note about no_log usage (#70738) 2020-07-20 21:08:13 +05:30
38182_subelements.yml subelements: Clarify parameter docs (#71177) 2020-08-18 12:03:28 -04:00
38760-slackware-os-dist.yml Handle Slackware OS version strings containing a plus (“+”) (#68142) 2020-07-17 16:39:26 -04:00
43739_dragonflybsd_disto.yml distribution: Add support for DragonFly (#70748) 2020-07-21 13:47:11 -04:00
46169-non-native-template-module.yml Force template module to use non-native Jinja2 (#68560) 2020-09-03 09:01:34 +02:00
55152-add-more-info-to-AnsibleUndefinedVariable.yml Provide more information in AnsibleUndefinedVariable (#71666) 2020-09-22 09:38:53 -04:00
58752_argument_aliases.yml basic: Add name of aliases in error message (#69427) 2020-07-23 16:02:18 +05:30
62136_strip_spaces_from_action_names.yml Strip spaces in module names in explicit actions (#71040) 2020-08-03 11:30:45 -04:00
63105-wcswidth.yml
63378_find_module_regex_whole_file.yml find: Allow reading whole file for contains regex (#71083) 2020-08-04 12:49:45 -05:00
64469_git_no_raw.yml git: verify, only use --raw when we need it (#70900) 2020-07-29 10:45:51 -05:00
65262_ansible_inventory.yml
66132_dnf_show_pkgs_in_check_mode.yml [dnf] show installations/removals in check_mode (#70892) 2020-07-28 11:23:55 -04:00
66147_rhev_vdsm_vdsmd.yml RHEV virt facts: Detect vdsmd in addition to vdsm (#70901) 2020-07-28 11:35:34 -04:00
67508-meta-task-tags.yaml Allow meta tasks to use tags (#67508) 2020-08-21 11:08:49 -04:00
68275-vault-module-args.yml
68402_galaxy.yml galaxy: Add examples for galaxy section in ansible.cfg (#70931) 2020-08-21 12:17:18 -04:00
68551_allow_list_of_filters_for_the_setup_module.yml Allow list of filters for the setup module (#68551) 2020-09-09 20:40:48 +02:00
68770_cache_adjudicator_flush.yml Make cache adjudicator's flush call plugin flush (#70987) 2020-08-03 17:16:15 -05:00
69352-netbsd-virtual-facts.yml
69463-fix-apt_repository-typeerror- instancemethod.yaml
69578-shell-remote_tmp-quoting.yaml Fix missing quoting for remote_tmp in second mkdir of shell module. Issue #69577 (#69578) 2020-07-20 11:25:29 -05:00
69640-file_should_warn_when_path_and_owner_or_group_dont_exist.yml file: module should warn in check_mode when path and owner/group don't exist (#69640) 2020-09-03 09:11:50 -04:00
70017-avoid-params-to-callable-checkers.yml
70042-dnf-repository-hotfixes.yml
70045-ansible-doc-yaml-anchors.yml
70046-ansible-doc-description-crash.yml
70056-add-a-param-to-apt-module-to-avoid-unintended-uninstalls.yml
70099-make-apt-errors-more-transparent.yaml
70122-improve-error-message-ssh-client-is-not-found.yml
70148-galaxy-role-info.yaml
70168-fix-delegate_facts-without-interpreter-set.yml
70238_selector.yml basic: use PollSelector implementation (#70352) 2020-07-22 09:18:21 +05:30
70244-selinux-special-fs.yml
70256_stat_colon_split.yml
70258-hash-filter-fail-unsupported-type.yml
70261_pipe_lookup.yml
70284-facts-get-nvme-serial-from-file.yml Get serial number of NVMe device without sg_inq (#70284) 2020-07-24 00:35:10 -05:00
70318-dnf-add-nobest-option.yml dnf: Add nobest option (#70318) 2020-07-27 12:02:07 +02:00
70319-reduce-ignored-module-sanity-tests.yml Reduce ignored module sanity tests (#70319) 2020-09-22 16:07:29 -04:00
70344-plugin-deprecation-collection-name.yml
70375-galaxy-server.yml
70426-allow-non-ascii-chars-in-cron.yml cron - Allow non-ascii (UTF-8) chars in cron file paths and jobs (#70426) 2020-07-21 15:00:21 -04:00
70437-ssh-args.yml
70449-facts-add-dst-timezone.yml Add a new date_time fact to provide DST timezone 2020-07-14 18:22:51 +02:00
70465-assemble-fix-decrypt-argument.yaml
70475-modify-module.yaml
70484-bool-ansible-become.yaml
70492-replace-filename-with-file-in-apt_key.yml
70507-validate-null-author.yaml
70524-fix-download-collections.yaml fix downloading collections in git repos and tar.gz artifacts (#70524) 2020-07-30 13:55:29 -04:00
70525-setuptools-disutils-reorder.yml
70583_datetime_date_in_module_result.yml
70587-package_facts-apk.yml add alpine apk package manager to package_facts [wip] (#70587) 2020-07-15 12:40:25 -04:00
70600-user-module-dont-create-home-when-create_home-is-false.yml user - Create home and parent directories only when requested (#70600) 2020-07-21 15:50:44 -04:00
70640-find-empty-excludes.yml Don't treat empty excludes as a match. Fixes #70640 (#70710) 2020-07-17 17:34:24 -04:00
70649_time_clock.yml api: time.clock compatible code (#70650) 2020-07-16 12:24:22 +05:30
70683-terminal-ansi-re.yaml Document existing ansi_re sequences and add ESC[m (#70683) 2020-07-22 08:56:21 -04:00
70687-improve-deprecation-message-bare-variable.yaml Improve proposed fix for bare variables (#70687) 2020-08-19 00:55:30 +02:00
70704-void-linux-reboot.yml reboot - fix Void Linux (#70704) 2020-07-27 09:39:36 -04:00
70762-sanitize-uri-keys.yml Add CVE reference to changelog for PR 70762 (#71151) 2020-08-07 10:55:09 -05:00
70784-vault-is-string.yml Ensure single vaulted values aren't counted as sequences. Fixes #70784 (#70786) 2020-07-21 16:48:35 -05:00
70831-skip-literal_eval-string-filter-native-jinja.yml Skip literal_eval for string filters results in native jinja. (#70988) 2020-08-11 10:19:49 +02:00
70854-dnf-mutually-exclusive-filters.yml [dnf] accumulate update filters (#71726) 2020-09-15 11:36:18 -04:00
70869-ansible-test-validate-modules-version-added.yml validate-modules: fix version_added validation for top-level, fix error codes (#70869) 2020-07-28 10:10:35 -05:00
70905_iptables_ipv6.yml iptables: Add a note about ipv6-icmp (#70915) 2020-07-30 14:16:43 -05:00
70922-fix-block-in-rescue.yml Fix play stats when rescue block is a child block (#70922) 2020-08-18 11:20:55 +02:00
70984-templating-ansibleundefined-in-operator.yml Emit proper error for x in y when y is undefined (#70990) 2020-07-30 15:57:01 -04:00
71007_callback_on_meta.yml Make it so callback plugins can act on implicit/explicit meta tasks (#71009) 2020-08-18 16:56:48 -05:00
71073-fortimanager-httpapi-redirect.yml Fix fortimanager httpapi redirect (#71073) 2020-08-04 05:42:46 +01:00
71097-ansible-test-acme-container.yml ansible-test: bump acme test container version to 2.0.0 (#71097) 2020-08-07 09:34:52 -07:00
71107-encryption.yml Updates for password hashing (#71120) 2020-08-26 14:54:38 -05:00
71184-allow-non-yaml-examples.yml Add support for non-yaml EXAMPLES (#71184) 2020-08-12 09:17:45 -05:00
71197-systemctl-ignore-message.yaml systemd - supports new systemctl output message for chroot (#71197) 2020-08-17 12:09:07 -04:00
71205_get_url_allow_checksum_file_url.yml get_url - Allow checksum file to be local file:// url (#71205) 2020-08-17 12:21:15 -04:00
71240-gluster-modules-redirect.yml Redirect gluster modules to gluster.gluster. (#71240) 2020-08-12 23:23:27 -07:00
71257-strftime-float.yml epoch can be a float with strftime filter. Fixes #71257 (#71314) 2020-08-17 13:46:49 -05:00
71277-include_tasks-show-name-with-free-strategy.yml [default callback] Show include_tasks task banner (#71821) 2020-09-22 11:40:12 -04:00
71279-skip-conflict-check.yml Don't do conflict check on sdist and egg_info (#71310) 2020-08-17 13:45:41 -05:00
71306-fix-exit-code-no-failure.yml _check_failed_state: always use the current/nested state (#71347) 2020-08-26 07:07:34 +02:00
71307-toml-dumps-unsafe.yml Allow the TOML inventory to dump unsafe. Fixes #71307 (#71309) 2020-08-17 13:46:13 -05:00
71355_execute_meta_skip_reason.yml Add skip_reason to meta task skips (#71355) 2020-08-20 13:48:10 -05:00
71420_get_url.yml get_url: Handle same SHA sum for downloaded files (#71435) 2020-09-01 09:55:08 -04:00
71609-is_string-vault.yml AnsibleVaultEncryptedUnicode should be considered a string (#71609) 2020-09-03 14:54:00 -05:00
71636_distro.yml distro: Add support for Pardus distribution (#71663) 2020-09-15 09:47:24 -04:00
71722-fix-default-connection-timeout.yaml Fix passing the connection timeout to connection plugins (#71722) 2020-09-15 11:34:11 -04:00
71739-remove-em-dash-from-pytest-config.yml Remove em dash from the pytest configuration file 2020-09-14 09:02:48 -07:00
71905_bump-cloudstack-test-container.yml test: cloudstack: Use test-container 1.4.0 (#71905) 2020-09-24 11:58:37 -07:00
ansiballz-remove-excommunicate.yaml ansiballz - remove deprecated excommunicate command (#70921) 2020-07-29 12:05:12 -04:00
ansible-boilerplate.yml
ansible-doc-collection-name.yml
ansible-doc-formats.yml Update ansible doc formats (#71070) 2020-08-05 10:53:25 -07:00
ansible-galaxy-stdout.yml
ansible-test-cleanup-pylint-config.yml
ansible-test-coverage-code-cleanup.yml
ansible-test-coverage-py26.yml Fix ansible-test coverage traceback. (#71446) 2020-08-25 21:23:44 -07:00
ansible-test-endpoint-update.yml Update ansible-test remote endpoint handling. (#71413) 2020-08-24 15:17:03 -07:00
ansible-test-macos-10.15.yml Support macOS 10.15 for ansible-test --remote. 2020-08-27 15:48:11 -07:00
ansible-test-parallels-endpoint.yml Use new endpoint for Parallels based instances. 2020-09-01 13:20:20 -07:00
ansible-test-plugin-classification.yml
ansible-test-pylint-plugin-name.yml
ansible-test-pytest-cap-revert.yml fix collection package root location under pytest >=6.0.0 (#70963) 2020-08-03 17:31:32 -07:00
ansible-test-pytest-cap.yml Cap pytest version to avoid relative import issue. 2020-07-28 14:51:39 -07:00
ansible-test-relative-import-analysis.yml Fix ansible-test relative import analysis. 2020-07-30 08:05:28 -07:00
ansible-test-rhel-requirements.yml
ansible-test-sanity-ansible-doc.yml
ansible-test-sanity-importer-cleanup.yml
ansible-test-sanity-yamllint-lineno.yml
ansible-test-virtualenv-fix.yml
better_winrm_putfile_error.yml
changed_when_group_by.yml Allow changed/failed mgmt on strategy actions (#70919) 2020-07-29 10:44:46 -04:00
changelog-yaml.yml
collection-ad-hoc.yml
collection_meta_use_libyaml.yml
command-warnings-deprecation-2.yml
command-warnings-deprecation.yml
constants-deprecation.yml
copy-sanitize-check-mode-invocation-args.yaml copy - redact 'content' from invocation in check mode (#71033) 2020-08-03 11:41:45 -04:00
crypt-oserror.yml
csvfile-parse_kv.yml
date-time-facts-fix-utctime.yml facts - fix incorrect time for some date_time_facts (#70665) 2020-07-30 11:39:58 -04:00
default-test-container160.yml [tests] Bump container versions (#71518) 2020-09-02 11:20:55 -05:00
delegate_has_hostvars.yml Allow hostvars delegation (#70331) 2020-07-22 11:13:57 -04:00
delegation_password.yml Ensure -k is set to delegated hosts without a pass (#71136) 2020-08-08 09:06:32 +10:00
deprecation-callback-get_item.yml
deprecation-strategy-SharedPluginLoaderObj.yml
deprecation-systemd-user.yml
deprecation-taskexecutor-squash.yml
dev-kvm.yml virtualization facts: check /dev/kvm as a fallback (#70829) 2020-07-23 19:50:04 -05:00
display-stdout-column-width.yml
distribution_support_parrot.yml
dnf_gpg.yml [dnf] ensure packages are gpg-verified (#71537) 2020-08-31 10:47:38 -04:00
fix-cron-file-regression.yaml Fix cron file regression (#71207) 2020-08-12 14:04:29 -05:00
fix-incorrect-msg-in-loops-results.yml Fix incorrect msg in the results dict in loops (#71482) 2020-08-27 15:49:53 -04:00
fix_bogus_coverage.yml fix coverage output from synthetic packages (#71727) 2020-09-14 09:14:23 -07:00
fix_lp_flat.yml
fix_meta_tasks_with_flush_cache.yml Fix meta tasks used with --flush-cache (#71311) 2020-08-18 11:41:58 -04:00
fixup_perms2-cleanup.yml Refactor _fixup_perms2 to remove way-nested logic (#70701) 2020-07-20 18:46:47 -05:00
fq_action_module_resolution.yml fix internal cases of actions calling unqualified module names (#70818) 2020-07-23 09:02:57 -07:00
galaxy-collection-fallback.yml ansible-galaxy - fix fallback for AH searches (#70957) 2020-07-30 07:28:43 +10:00
galaxy-download-scm.yaml ansible-galaxy - fix download for subdirs in SCM (#71005) 2020-08-04 11:10:00 -04:00
galaxy_collections_paths-remove-dep.yml Remove ANSIBLE_COLLECTIONS_PATHS dep warning (#71094) 2020-08-05 07:38:35 +10:00
get_file_attributes-without-lsattr-version.yml Let get_file_attributes() work without lsattr -v (#71845) 2020-09-22 16:15:47 -05:00
git-add-single_branch.yml
give_compose_extra_vars.yml add extra vars to inventory plugins (#70970) 2020-08-19 12:56:28 -04:00
handle_undefined_in_type_errors_filters.yml
keep_log_at_info.yml reset logging to INFO (#70878) 2020-07-24 15:53:17 -04:00
lineinfile_exc_fix.yml lineinfile - fix broken exception handling (#70846) 2020-07-28 10:30:32 -04:00
linux-network-facts-broadcast-address.yaml linux facts - return proper broadcast address (#64528) 2020-07-30 19:40:14 +02:00
macos-chmod-acl.yml Allow macOS ACLs to work for unpriv -> unpriv (#70785) 2020-08-04 14:32:48 -04:00
moar_reserved_vars.yml add jinja2 global to reserved names (#71088) 2020-08-05 10:43:31 -04:00
module_utils_finder_refactor.yml refactor Python module_utils locator (#70610) 2020-07-16 17:57:47 -07:00
multivirt.yml virt facts: allow guest/host to have >1 virt tech (#70832) 2020-08-06 09:45:37 -05:00
native-jinja2-types-properly-handle-nested-undefined.yml native types: properly handle Undefined in nested data (#68432) 2020-08-04 19:06:07 +02:00
package-use-manager-from-facts.yaml package - use existing list of package manages from facts (#70920) 2020-07-29 12:08:11 -04:00
pause-catch-error-when-no-std-exists.yml
plugin-loader-cleanup.yml
plugin-loader-collection-name.yml
powershell-fix-quoting.yaml powershell - fix quoting values (#71411) 2020-08-26 07:06:51 +10:00
powershell-nested-clixml.yml powershell - fix nested CLIXML parser (#71412) 2020-08-26 07:06:19 +10:00
psrp-copy-empty-file.yml psrp - fix hang when copying an empty file (#71649) 2020-09-05 14:57:15 +10:00
psrp-copy.yaml psrp - use native copy mechanism (#71409) 2020-08-25 12:23:40 +10:00
pytest-collections-fix.yml fix collection package root location under pytest >=6.0.0 (#70963) 2020-08-03 17:31:32 -07:00
remove_contradiction.yml dont recommend copy content in template (#70658) 2020-07-15 13:16:56 -05:00
rpmfluff-compat-fixes.yml Update integration tests to support rpmfluff-0.6 (#71155) 2020-08-07 14:09:09 -05:00
runas-become-system-privileges.yml runas - create new SYSTEM token on become (#71714) 2020-09-15 05:39:23 +10:00
runtime-splunk-redirect.yml
set_fact-connection_vars.yml Do not add connection vars to the output results (#70853) 2020-07-24 09:53:08 +10:00
syslog-prettier-error.yml
test-ansible-runner-pin-psutil.yml fix typo in changelog (#70673) 2020-07-15 18:45:44 -05:00
toml-no-preview.yml Remove preview status from TOML inventory (#70770) 2020-07-20 17:47:29 -04:00
tree_config.yml added configurable dir for tree callback (#71348) 2020-08-24 13:00:15 -04:00
unarchive-check-future-gid-against-run-gid.yml unarchive - Check 'fut_gid' against 'run_gid' in addition to supplemental groups (#65666) 2020-07-30 15:28:05 -04:00
update-conditionals-bare-vars-default.yml Update default from True to False for CONDITIONAL_BARE_VARS (#70709) 2020-07-20 09:29:31 -05:00
v2.11.0-initial-commit.yaml
validate-modules-ps-doc-blacklist.yaml
varnames-error-grammar.yml
version-test-semver.yml Add semver support to the jinja2 version test (#71600) 2020-09-08 08:52:27 -05:00
which_when_false.yml allow per conditonal item debugging (#70966) 2020-08-19 12:55:17 -04:00
win_async_full_path.yml win async - use full path for powershell (#70703) 2020-07-18 06:08:29 +10:00
win_setup-redirection.yaml
winrm_kinit_args.yaml
with_seq_example.yml