ansible/changelogs/fragments
Sam Doran e75570ba83
[stable-2.10] Fix YAML error message when error is at the end of the file (#73241) (#73296)
If a YAML file fails to load due to a syntax error in a file, or there is an error in the last line of a
file, PyYAML reports the last line number of the file as the index where the error occurred.

When reading the file lines, we use that index to the get the relevant line.  If the index value is out
of range, the relevant line is lost for error reporting.

Subtract one from the index value to avoid the IndexError in this specific scenario. It is possible
to still get an IndexError, which will be handled as it is currently.

* Update existing tests and add new tests
(cherry picked from commit e8d4b62b41)

Co-authored-by: Sam Doran <sdoran@redhat.com>
2021-02-07 17:56:17 -06:00
..
565_default_callback.yml default_callback: Move 'check_mode_markers' in doc_fragments (#70228) (#70989) 2020-07-30 13:36:24 -07:00
16456-correct-YAML-error-message-when-file-load-failed.yml [stable-2.10] Fix YAML error message when error is at the end of the file (#73241) (#73296) 2021-02-07 17:56:17 -06:00
21003-uri-return-content.yml do not return the body even if it failed (#69706) 2020-06-01 09:55:38 -04:00
32143-pause-background-hangs.yml [stable-2.10] pause - do not hang if run in the background (#72065) (#72605) 2020-12-07 18:08:56 -06:00
32386_debconf_password.yml [2.10] debconf: add a note about no_log usage (#70752) 2020-07-21 11:21:45 -07:00
34722-ssh-sshpass-prompt-variable.yml [ssh] Add new sshpass_prompt option (#68874) 2020-05-26 19:58:31 -05:00
38182_subelements.yml [backport][docs][2.10]Docsbackportapalooza 8 (#71379) 2020-08-20 17:44:50 -05:00
38760-slackware-os-dist.yml [stable-2.10] Handle Slackware OS version strings containing a plus (“+”) (#68142) (#70717) 2020-07-21 11:21:07 -07:00
47050-copy_ensure-_original_basename-is-set.yaml copy: ensure _original_basename is set: fixes #47050 (#47238) 2020-02-21 12:55:12 -05:00
51489-apt-not-honor-update-cache.yml apt: honor cache_update=false on auto-install deps (#56549) 2019-08-30 15:57:58 -04:00
54095-import_tasks-fix_no_task.yml Check if task file is specified for import_tasks (#57572) 2019-12-24 10:26:32 +05:30
55152-add-more-info-to-AnsibleUndefinedVariable.yml Provide more information in AnsibleUndefinedVariable (#71666) (#71876) 2020-09-28 00:34:38 -05:00
56629-synchronize-password-auth.yaml synchronize - fix password authentication (#66542) 2020-01-21 10:43:56 -05:00
56832-remove-aptitude-warning.yml Fixes #56832: Remove warning when falling back to apt-get if aptitude is missing. (#61782) 2019-09-12 15:29:36 -04:00
57266-apt_repository-update-cache-retrying.yml apt_repository: implement update cache retrying (#57266) 2019-08-30 16:14:15 -04:00
57779-module_defaults_groups_catchup_gcp.yml Add missing gcp modules to gcp module defaults group (#57779) 2019-09-19 20:25:47 +01:00
57894-combine-filter-rework.yml combine filter: fine list handling (option b) (#57894) 2020-02-12 16:40:36 -05:00
58323-copy-deep-recursive-with-remote_src.yaml copy - check for changes beyond first level of subdirectories (#58323) 2019-10-30 12:17:11 -04:00
59060-validate-modules-aliases.yml module sanity checks: improve alias handling (#59060) 2019-11-21 15:33:27 -05:00
59438-hostname-use-hostnamectl.yml hostname: Use hostnamectl for Systemd strategy (#59974) 2019-09-11 10:27:17 +05:30
59464-playbook-dir-envvar.yml add ANSIBLE_PLAYBOOK_DIR envvar support (#63220) 2019-10-08 17:34:15 -07:00
59765-cron-cronvar-use-get-bin-path.yaml cron - Use the default crontab executable in cron and cronvar modules (#59765) 2019-09-18 15:35:06 -04:00
59772-fix_ansible_issue_58619.yaml group - correctly determine if a local group exists. (#59772) 2020-02-05 12:34:41 -05:00
60106-templar-contextmanager.yml Introduce context manager for temporary templar context changes (#60513) 2019-10-25 09:51:57 -05:00
60527-apt_exponential_backoff_cache_update_retry.yml apt: use exponential backoff for apt update cache retries (#60527) 2019-08-30 15:55:38 -04:00
60587-doc_parsing.yml doc: Handle exception in parsing parameter description (#60933) 2019-11-12 16:48:46 +05:30
60595-systemd_import.yml Check for correct version of systemd Python library (#60692) 2020-05-12 11:01:08 +05:30
61078-vars-plugin-whitelist-and-execution-settings.yaml Support vars plugins in collections (#61078) 2019-11-04 11:41:14 -05:00
61604-ansible-inventory-hide-args.yaml Properly hide limit and list-hosts args from ansible-inventory (#61618) 2019-09-06 11:43:50 -05:00
61624-fix-galaxy-url-building.yml Don't truncate the last character from galaxy urls. Fixes #61624 (#61775) 2019-09-05 07:06:42 +10:00
61659-load_file_common_arguments-override-path.yml AnsibleModule.load_file_common_arguments: allow to override path (#61659) 2020-02-12 12:52:36 +01:00
61889-change-transform_invalid_group_chars-default.yml Remove deprecation for TRANSFORM_INVALID_GROUP_CHARS (#66650) 2020-05-13 10:16:32 -04:00
61891-get_url-remove-deprecated-string-headers.yml get_url: remove deprecated headers string format (#66649) 2020-01-28 10:39:40 -05:00
61978-get-url-no-checksum.yml Don't treat no checksum as a checksum match (#62146) 2019-09-13 13:24:15 -04:00
62096-test-coverage-all.yml Fix ansible-test coverage --all (#62115) 2019-09-11 15:12:38 +10:00
62134-user-allow-groups-and-append-with-local.yml user - allow 'groups', 'append' with 'local' (#62134) 2020-02-06 12:32:44 -05:00
62237-keep-unsafe-context.yml add changelog categories, update CVE fragments to use security_fix category (#69968) 2020-06-11 10:24:01 -07:00
62407-wait_for_connection.yml Remove temp directory created by wait_for_connection (#64592) 2019-11-12 10:07:33 -05:00
62582-allow_diff_before_after_to_be_None.yml allow before/after diff to be NoneType (#62582) 2019-09-20 15:47:18 -04:00
62598-AnsibleDumper-representer.yaml Add a representer for AnsibleUnsafeBytes (#62598) 2019-09-19 14:27:48 -04:00
62713-add-path_join-filter.yaml add a path_join filter which joins path components (#62713) 2020-01-06 11:56:40 -05:00
62766-package_facts-pkg-manager-fix-vital-value.yml package_facts: check 'vital' and 'automated' values ('pkg' manager) (#62766) 2019-09-24 10:03:56 +02:00
62809-dnf-wildcard-absent-failure.yml dnf - properly handle idempotent removal of wildcard globs (#63034) 2019-10-02 11:05:12 -04:00
62870-collection-install-default-path.yml Default collection install path to first path in COLLECTIONS_PATHS (#62870) 2019-10-02 10:22:00 -04:00
63194-lineinfile_insertafter_duplicate.yaml lineinfile - fix bug with insertbefore/insertafter and firstmatch (#63194) 2019-10-08 10:01:36 -04:00
63551-yum-single-YumBase-instantiation.yaml yum - only instantiate YumBase once (#63713) 2019-10-23 03:34:13 -04:00
63628-ansible-galaxy-fix-version.yml Added changelog fragment 2019-10-17 08:12:49 -07:00
63683-dnf-handle-empty-appstream-stream.yml DNF Handle Empty AppStream stream definition (#63819) 2019-10-24 00:57:31 -04:00
63782-add-ansible-ask-vault-password-and-vault-password-file-options.yaml Add ansible cli options --ask-vault-password and --vault-pass-file (#63782) 2019-12-19 12:07:25 -05:00
63919-lineinfile-create-no-dir-path.yml lineinfile - don't run os.makedirs on empty dir path (#63921) 2019-10-29 13:06:17 -04:00
63940-template-lookup-hostvars-regression.yml template lookup: fix regression when templating hostvars (#64070) 2019-11-06 15:25:43 +01:00
63988-removes-python_compat_fallback.yml wait_for - remove an obsolete fallback for Python 2.6 (#63988) 2019-11-04 11:39:19 -05:00
63990-replace-deprecated-basic-functions.yml Replaces deprecated usage of functions in ansible.module_utils.basic (#63990) 2019-10-31 16:22:44 -04:00
64057-Add_named_parameter_to_the_to_uuid_filter.yaml Add a named parameter to the filter to_uuid (#64057) 2019-11-01 13:11:34 -04:00
64076-urls-timeout-parameter.yml Remove uneeded Python version compatibility checks. (#64076) 2019-11-20 18:08:30 -05:00
64088-ast-literal.yml Replace import of pycompat24.literal_eval with ast.literal_eval. (#64088) 2019-11-04 09:55:08 -05:00
64151-remove-unsed-inventory-script-option.yaml Remove illusion of caching in the inventory script plugin (#64151) 2019-12-20 11:44:07 -05:00
64282-hostvarsvars-templating.yaml Use templating in HostVarsVars __repr__ (#64282) 2019-11-01 15:51:34 -04:00
64379-no-loop-unsafe.yml unsafe wrapping should only happen for with_ loops (#64401) 2019-11-06 10:31:55 -06:00
64424-ansible-test-acme-container.yml ansible-test: bumping ACME test container version (#64424) 2019-11-05 10:51:22 -05:00
64469_git_no_raw.yml git: verify, only use --raw when we need it (#70900) (#73473) 2021-02-07 01:08:04 -06:00
64664-fix-sys-modules-file.yml Set alter_sys=True instead of False to address backwards incompat (#64670) 2019-11-11 16:47:35 -06:00
64733-make-no_log-false-override-no_log-warnings.yml Allow no_log=False to silence the no_log warnings for module parameters (#64733) 2020-01-09 16:47:57 -05:00
64751-fix-wrong-promt-len-calc-in-ansible-console.yaml fix utils.color.stringc: enclosure non printable sequences in SOH,STX (#64751) 2019-11-21 09:41:42 -05:00
64789-regression-rescue-vars-not-defined.yml Fix ansible_failed_{task,result} undefined in rescue (#64831) 2019-11-14 15:50:54 +01:00
64810-hostname-add-manjaro-linux-distribution.yml hostname - Add Manjaro Linux distribution (#64810) 2019-11-14 14:31:21 +05:30
64892-add-parameters-to-url_lookup_plugin.yaml url lookup - add options to match those in urls.py (#64892) 2020-01-29 16:45:25 -05:00
64902-fix-allow-duplicates-in-single-role.yml Fix typo in a changelog fragment of #64902 (#65533) 2019-12-10 09:51:47 -05:00
64905-semver.yml Support pre-releases via new SemanticVersion (#68258) 2020-03-23 16:04:07 -05:00
64906-always-delegate-fact-prefixes.yml Always set the discovered interpreter on the delegated host (#64906) 2020-04-06 15:09:00 -05:00
64959-extract-filter-when-key-does-not-exist.yml Fix extract filter when key does not exist in container (#64959) 2019-12-04 13:24:52 +01:00
64963-dnf_idempotence.yml Fix DNF idempotency. (#66209) 2020-01-17 11:22:06 -05:00
65001-allow_configuring_async_startup_timeout.yml Add new configuration parameter to make Windows async startup timeout configurable (#66670) 2020-01-24 06:04:52 +10:00
65051-regex-replace-multiline.yaml regex_replace multiline support (#65051) 2020-02-19 12:19:40 -05:00
65058-fix-fd-out-of-range-in-select.yml Fix filedescriptor out of range in select() when running commands (#65058) 2020-05-14 11:46:34 -04:00
65073-fix-inventory-cli-loading-vars-plugins.yaml Inventory CLI - Ignore settings for when vars plugins should run (#65073) 2019-11-25 13:16:03 -05:00
65122-fix-encrypt_string-stdin-name-ouput-tty.yml Fix encrypt command output when using --stdin-name (#65122) 2019-12-05 15:42:15 -05:00
65198-ansibleundefined-is-not-unsafe.yml Do not treat AnsibleUndefined as being unsafe (#65202) 2019-11-25 15:06:29 +01:00
65219-sanity-tests-print.yml Sanity checks: test for print statement (#65219) 2019-12-06 05:31:31 +10:00
65302-dnf-msg-return.yml dnf: don't return fail_json['msg'] as list (#65302) 2019-12-04 15:28:10 -05:00
65307-get_url-return-status-code-on-http-304.yaml [get_url] Return status_code on HTTP 304 (#65739) 2019-12-19 14:50:44 -05:00
65365-fix-tb-printing-hostvars.yml Set HostVars._variable_manager's attrs (#65508) 2020-01-22 05:57:09 -05:00
65376.yaml Use context manager in yum module. (#65376) 2020-04-14 09:21:22 +02:00
65422-fix-throttle-with-linear-strategy.yml throttle: fix linear based strategies (#65422) 2020-01-24 08:18:08 -06:00
65437-ansible-test-module-validation-required.yml Sanity checks: make sure that required in argument spec coincides with documentation (#65437) 2019-12-03 09:15:07 -06:00
65541-fix-utf8-issue-env-lookup.yml Fix env lookup plugin error on utf8 values (#65541) 2019-12-25 17:24:38 +05:30
65576-fix-free-strategy-handler-filtering.yaml free strategy - include failed hosts that were notified (#65576) 2019-12-19 14:10:51 -05:00
65618-ansible-galaxy-collection-verify.yaml Add verify subcommand to 'ansible-galaxy collection' (#65618) 2020-02-14 08:57:04 -06:00
65624-paramiko-ctx-man.yml Use a context handler for file handling in paramiko_ssh.Connection. (#65624) 2020-01-06 13:09:57 -05:00
65698-synchronize-docker-controller-managed.yml Add changelog 2020-02-20 17:44:40 -05:00
65722-unsafe-tuples.yml Ensure that data within a tuple is marked as unsafe (#65918) 2020-01-07 08:41:37 -06:00
65795-warn-if-user-has-set-append-but-not-set-groups.yaml user - warn if "append" is set but not "groups" (#65795) 2020-02-04 12:35:05 -05:00
65812-paramiko-attribute-error.yml [stable-2.10] Fix reset_connection paramiko, winrm, psrp (#72688) (#72925) 2021-01-11 00:36:05 -06:00
65904-fix-loop-label.yml Fix label lookup in the default callback for includes (#68822) 2020-04-09 13:27:58 -05:00
66006-RoleRequirement-include-stderr-error-msg.yaml RoleRequirement - Include stderr in the error message (#66006) 2020-01-14 09:46:23 -05:00
66067-git-archive_prefix-option.yaml git - add an 'archive_prefix' option (#66067) 2020-01-24 09:42:47 -05:00
66085-ansible_config_file.yml New magic var: ansible_config_file (#66085) 2020-02-11 15:49:55 -05:00
66128-fix-callback-set-options.yml Fix callback set_options issue with collections (#66128) 2020-01-06 11:32:36 -05:00
66132_dnf_show_pkgs_in_check_mode.yml [dnf] show installations/removals in check_mode (#70892) (#72180) 2020-10-21 14:42:26 -05:00
66189-hostname-osmc.yml Add support for OSCM-distribution in hostname module (#66190) 2020-01-05 12:37:39 +05:30
66219-update-user-module-for-64733.yml Update user module to support no_log=False. (#66219) 2020-01-07 11:26:55 -05:00
66370-galaxy-add-metadata-property.yaml Add a metadata property for CollectionRequirement (#66370) 2020-01-15 12:40:26 -05:00
66385-ansible-test-module-validation-elements.yml Add tests to make sure that the documented 'elements' matches that defined in argument_spec (#66385) 2020-01-28 12:33:03 -05:00
66386-ansible-test-module-validation-list-elements.yml Add sanity test to require elements entry when argument type=list (#66386) 2020-01-28 10:23:22 -05:00
66389-file-common-arguments.yml Clean up FILE_COMMON_ARGUMENTS (#66389) 2020-02-07 18:56:01 -05:00
66461-blockinfile_preserve_line_endings.yaml blockinfile - Preserve line endings (#66461) 2020-05-27 11:05:07 -04:00
66464-lookup-case-sensitivity-fix.yml Fix case sensitivity for lookup() (#66521) 2020-01-27 15:09:45 -05:00
66529-display-both-loop-and-cond-errors.yml Prevent losing error info by including both loop and cond error msgs (#68485) 2020-05-28 17:13:39 -04:00
66549-enablerepo-not-honored-when-used-with-disablerepo-all.yml yum - fix bug where enablerepo is not honored when disablerepo all (#66557) 2020-01-20 14:26:36 -05:00
66569-introduce-fact-ansible_processor_nproc.yml introduce fact "ansible_processor_nproc": number of usable vcpus (#66569) 2020-05-15 09:38:56 -04:00
66596-package_facts-add-pacman-support.yaml Add pacman support to package_facts (#66596) 2020-03-31 13:03:54 -04:00
66604-powershell-unc-paths.yml Fix UNC path support in the powershell shell plugin (#66604) 2020-02-04 16:34:11 +10:00
66617-version-unicode-fix.yml Ensure --version works with non-ascii project path (#66624) 2020-05-29 14:42:44 -04:00
66721-better-jinja2-collection-error-handling.yml Address fixme and handle filter/test errors for collections better (#68047) 2020-03-23 14:47:58 -05:00
66726-galaxy-fix-attribute-error.yml galaxy: fix AttributeError on empty requirements.yml (#66726) 2020-01-24 06:06:44 +10:00
66762-fix-git-module-ignores-remote_tmp.yml git - use remote_tmp directory (#66762) 2020-02-28 10:19:47 -05:00
66764-host-pattern-warning.yml Fix incorrect "Could not match supplied host pattern" warning (#66764) (#67432) 2020-02-14 15:50:52 -06:00
66780-facts-detect-kvm-server.yml facts virtual: detect KVM when product_name is 'KVM Server' (#66780) 2020-02-18 12:14:20 +01:00
66786-fix-duplicate-yaml-key-error.yaml fixes ANSIBLE_DUPLICATE_YAML_DICT_KEY=error crashes (#66786) 2020-02-04 13:53:13 -05:00
66898-sanity-state-list.yaml Forbid state=(list|info) in modules via ansible-test sanity check 2020-01-29 21:06:36 +01:00
66911-fix-cloudlinux6-hostname.yaml hostname Add cloudlinuxserver value to hostname.py (#66911) 2020-02-28 10:26:07 -05:00
66918-removed_in_version-fix.yml Fix removed_in_version to support honor suboptions (#66918) 2020-02-04 10:14:55 -05:00
66920-ansible-test-removed_in_version-deprecated_aliases.yml Add deprecated removed_in_version and deprecated_aliases version tests (#66920) 2020-05-13 13:58:09 -07:00
66921-sanity-state-get.yaml ansible-test - Add 'get' to the list of bad choices for state (#66921) 2020-01-30 22:38:47 +01:00
66943-handle-unicode-in-safe_eval.yml Properly handle unicode in safe_eval (#68576) 2020-05-20 12:08:50 -04:00
66961-ansible-test-required-mutually.yml Module validation: sanity check mutually_exclusive, required_if, required_xxx ... (#66961) 2020-02-19 12:26:42 -05:00
67006-systemd-scope-default.yaml systemd: set scope default to "system" (#67006) 2020-05-14 11:36:47 -04:00
67050-yum-releasever.yaml fixed handling of releasever for all known scenarios (#69057) 2020-04-23 09:02:00 +02:00
67093-site-packages-pythonpath-collections-loader.yml Merge pull request #67093 from sivel/acd-content-dir 2020-03-23 23:30:40 +01:00
67243-file_common_arguments-defaults-sanity.yml add_file_common_arguments: fix defaults and tpyes, improve sanity checking (#67243) 2020-02-12 01:44:11 -05:00
67365-role-list-role-name-in-path.yml ansible-galaxy - fix role list bug (#67391) 2020-02-17 16:16:14 -05:00
67407-pip-virtualenv_command-args.yml [pip] Enable virtualenv_command to have arguments 2020-04-23 18:13:30 +02:00
67417-get_url-incorrect-if-modified-since.yaml get_url pass incorrect If-Modified-Since header(#67417) (#67419) 2020-04-10 12:17:55 -05:00
67429-jinja2-caching.yml Templating: make sure only one variable results are cached (#67429) 2020-02-19 18:04:01 -05:00
67492-fix-decrypting-str-types-for-plugins.yaml Fix inline vaults for plugins in ensure_type (#67492) 2020-02-25 10:42:31 -05:00
67574-null_collection_dependency_list.yml Do not error if collection specified null dependencies (#67575) 2020-02-20 11:23:23 -05:00
67735-warning-cleanup.yml Clean up CONDITIONAL_BARE_VARS warning. Fixes #67735 (#67751) 2020-02-25 16:36:01 -06:00
67771-validation-error.yml Fix and add tests for some module_utils.common.validation (#67771) 2020-03-26 18:18:56 -05:00
67794-atomic_move-default-perms.yml Fix changelog fragment type. (#70902) (#71114) 2020-08-27 14:07:22 -05:00
67794-default-permissions-warning-fix.yml [stable-2.10] Revert default mode changes (#71260) 2020-08-13 12:17:47 -05:00
67823-vault-unicode-string.yml Make AnsibleVaultEncryptedUnicode work more like a string (#67823) 2020-06-08 16:30:14 -05:00
67942-fix-galaxy-multipart.yml Fix galaxy publish sha256 value format. (#67942) 2020-05-11 12:52:38 -05:00
67972-git-fetch-force.yml [git] make force=True apply to git fetches (#68691) 2020-04-06 15:25:24 -05:00
68014-auto-unroll-jinja2-generators.yml Auto unroll generators produced by jinja filters (#68014) 2020-06-08 12:58:03 -05:00
68136-systemd_should_fail_in_check_mode_when_service_not_found.yml systemd: should fail in check_mode when service not found on host (#68136) 2020-06-02 11:52:12 -04:00
68181-fqcn-handler-notification.yml Allow tasks to notify a fqcn handler name (#68213) 2020-04-08 11:36:38 -05:00
68186_collection_index_err.yml galaxy: Handle empty roles and collections (#69199) 2020-05-05 10:34:04 -05:00
68211-systemd-list-unit-files-parsing.yml service_facts: fix for systemd 245 (#68211) 2020-04-24 18:26:42 -05:00
68247-file-unreachable-code.yaml Pull timezone's incidental file coverage into file tests (#68247) 2020-03-23 15:28:53 -07:00
68275-vault-module-args.yml [stable-2.10] Allow single vault encrypted values to be used directly as module parameters. Fixes #68275 (#70607) (#70641) 2020-07-17 12:54:32 -07:00
68288-galaxy-requirements-install-only.yml Update ansible-galaxy to handle role requirements (#68288) 2020-04-28 10:42:57 -04:00
68310-low_level_execute_command-honor-executable.yml update ActionBase._low_level_execute_command to honor executable (#68315) 2020-04-22 11:56:35 -05:00
68400-strip-no-log-values-from-keys.yml Strip no log values from module response keys. Fixes #68400 (#69653) 2020-05-21 16:17:57 -04:00
68402_galaxy.yml [docs][2.10] Backportapalooza 9 (#71493) 2020-08-31 09:59:52 -05:00
68471-copy-with-preserve.yaml Do not pass file mode during recursive copy on symlink files. (#69011) 2020-04-30 14:22:16 -05:00
68482-remove-function-update-calls.yaml dnf: remove un-needed function (#68482) 2020-04-08 20:36:28 +02:00
68515_include_role_vars_from.yml include_role: Strictly check string datatype for *_from (#68958) 2020-04-17 10:57:41 +05:30
68518-to_nice_json-cleanup.yaml add test coverage for core filters (#68518) 2020-03-27 17:18:27 -07:00
68550-ansible-test-docs-changelogs.yml ansible-test: don't trigger full CI run for changes to changelogs/ and docs/ in collections (#68550) 2020-04-09 02:53:34 -07:00
68569-start-at-fix.yaml Fix --start-at-task when skipping tasks with no name (#68951) 2020-04-21 09:39:17 +02:00
68592-pip-check_mode-prereleases.yml pip - Fix check_mode for prerelease packages (#68690) 2020-04-06 11:18:48 -05:00
68667-dont-crash-ansible-vault-create-when-no-arguments.yaml Don't crash ansible-vault create when no arguments (#68667) 2020-04-23 15:15:25 -04:00
68699-prevent-templating-all-vars-when-copying-context.yml Prevent templating unused variables for {%include%} (#68749) 2020-04-14 10:27:02 +02:00
68723-force-static-collections.yaml Force collections to be static (#68723) 2020-04-13 11:53:05 -05:00
69029-module-ignore-exts.yml Filter BLACKLIST_EXTS in PluginLoader (#69029) 2020-04-22 17:20:12 -05:00
69054-collection-as-str.yaml Make sure collection is a list if a str is given (#69081) 2020-04-28 10:47:11 -05:00
69101-collection-role-to-standalone-role.yml Allow a collection role to call a standalone role by default (#69102) 2020-04-22 13:58:08 -05:00
69104-galaxy-cli-templar.yml Use Templar for galaxy skeletons (#69106) 2020-04-23 10:36:14 -05:00
69133-role-install-non-ascii.yml Handle non-ascii paths during role installation. Fixes #69133 (#69213) 2020-04-28 15:33:44 -05:00
69139_inventory_doc_fix.yml Redirect inventory script links (#69143) 2020-04-29 16:05:39 -04:00
69154-install-collection-from-git-repo.yml Remove incorrect changelog (#72682) 2020-11-30 10:02:26 -06:00
69160-add-missing-parameter.yaml Added missing parameter (#69160) 2020-04-28 15:31:48 +05:30
69164-remove-redundant-conditional.yaml Removed redundant conditional in paramiko_ssh.py (#69164) 2020-04-28 10:36:22 -04:00
69175-address-fixmes-sysctl.yaml Address FIXME's in sysctl.py (#69175) 2020-05-05 10:25:46 -05:00
69226-hurd-extract-functionality.yaml Addressed FIXME's in hurd.py (Extracted functionality and exit early) (#69226) 2020-05-05 10:47:25 -05:00
69278-early-customize-jinja2.yml Add custom globals to the environment, and not per template (#69278) 2020-06-08 16:30:40 -05:00
69286_pop_os_distribution.yml Distribution: Add PopOS as Debian OS_FAMILY (#69294) 2020-05-05 11:43:28 -05:00
69286_popos_hostname.yml hostname: PopOS support (#69295) 2020-05-07 15:36:14 -04:00
69287-ansible-test-validate-default-sample-example.yml ansible-test validate-modules: don't allow arbitrary lists and dicts for 'default', 'sample' and 'example' (#69287) 2020-05-05 11:38:10 -05:00
69288-ansible-test-ansible-doc-json.yml ansible-test ansible-doc sanity test: also run with --json parameter (#69288) 2020-05-29 08:52:29 -07:00
69313-sanity-antsibull-changelog.yml Use antsibull-changelog instead of packaged changelog generator (#69313) 2020-06-11 11:21:21 -07:00
69320-sys-path-cwd.yml [ansiballz] ensure that '' is not in sys.path (#69342) 2020-06-01 03:43:20 -05:00
69357_optimize_inventory_graph_wo_vars.yml only show_vars when showing vars (#69365) 2020-05-13 15:03:30 -04:00
69396-blockinfile-docs.yaml Clarify blockinfile docs for insertafter/insertbefore (#69396) 2020-06-16 14:48:08 -04:00
69451-fix-fileglob-nonexistent-subdirs.yaml Fix fileglob plugin with non-existent subdirectory (#69451) 2020-05-12 09:12:21 -04:00
69457-free-strategy-handler-race.yml Split regular and handler results into their own queues (#69498) 2020-05-21 15:55:08 -05:00
69458-updated-galaxy-cli-help.yaml Updated CLI help for 'ansible-galaxy' for 'collection' subcommand (#69458) 2020-05-28 10:38:48 -04:00
69465-remove-fixme-comment.yaml Remove FIXME where no change is needed (#69466) 2020-05-14 15:44:33 -04:00
69484-add-path-to-yum-for-ibmi.yml Add path for yum on IBM i to PKG_MGRS (#69484) 2020-05-14 19:09:09 -04:00
69508-ansible-test-local-changes-detection.yml ansible-test local change detection: use --base-branch if specified (#69508) 2020-05-18 13:18:31 -07:00
69516_flatcar_distribution.yml Discover Flatcar Linux properly for hostname (#69627) 2020-06-02 18:41:53 +05:30
69521-free-strategy-include-fix.yml Fix IncludedFile equality check (#69524) 2020-06-04 10:41:46 -05:00
69578-shell-remote_tmp-quoting.yaml Fix missing quoting for remote_tmp in second mkdir of shell module. Issue #69577 (#69578) (#70757) 2020-07-21 11:23:25 -07:00
69752_service_facts.yml service_facts: Update documentation about service status (#69757) 2020-06-02 11:07:02 -04:00
69788_fqcr_command_shell.yml Use fqcr from command module invocation using shell module (#69790) 2020-06-04 10:00:11 -07:00
69795-ansible-doc-suboptions.yml ansible-doc: properly handle suboptions (#69795) 2020-06-08 11:51:33 -04:00
69796-ansible-doc-return-values.yml 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
69845-doc-assemble-remote_src.yaml Fix documentation for the assemble modules remote_src property. (#69845) 2020-06-04 15:30:45 -04:00
69881-add_host-show-changed.yml Make add_host be idempotent/show changed status (#69897) 2020-06-04 21:01:56 -05:00
69919-module_defaults-groups-collections.yml support hard coded module_defaults.yml groups for collections (#69919) 2020-06-09 15:38:57 -07:00
69993-copy-remote-src-perms.yml Fix copy module file perms with remote_src (#69993) 2020-06-11 15:18:59 -04:00
70000-playbook-detect-failure-in-always.yml 2.10: Detect failure in always block after rescue (#70094) (#70204) 2020-07-22 14:00:27 -07:00
70017-avoid-params-to-callable-checkers.yml [stable-2.10] Only pass kwargs to our string checker not callable checkers (#70151) (#70170) 2020-07-17 10:53:56 -07:00
70023-results-type-filtering.yml Reject unknown types from results queue. Fixes #70023 (#71336) 2020-08-27 12:43:20 -05:00
70045-ansible-doc-yaml-anchors.yml Doc backportapalooza 2 (#70440) 2020-07-08 16:05:41 -05:00
70046-ansible-doc-description-crash.yml ansible-doc man formatter: fail with better error message when description isn't there (#70046) (#70485) 2020-07-17 12:44:03 -07:00
70099-make-apt-errors-more-transparent.yaml [stable-2.10] apt - make errors more transparent (#70099) (#70478) 2020-07-17 12:43:19 -07:00
70122-improve-error-message-ssh-client-is-not-found.yml [stable-2.10] Improve error message when ssh client is not found on the host (#70122) (#70386) 2020-07-17 12:40:38 -07:00
70168-fix-delegate_facts-without-interpreter-set.yml Fix delegate_facts with interpreter not being set (#70293) (#70384) 2020-07-17 12:40:00 -07:00
70238_selector.yml [2.10] basic: use PollSelector implementation (#70800) 2020-07-22 18:26:47 -07:00
70240-fix-fatal-post_validate-error.yml [2.10] Handle post_validate templating errors and fix tests (#70240) (#70389) 2020-07-17 12:41:43 -07:00
70244-selinux-special-fs.yml [stable-2.10] Fix string/bytestring comparsion in m_u.basic (#70439) (#73129) 2021-01-11 00:55:15 -06:00
70261_pipe_lookup.yml [2.10] pipe: update docs for Popen with shell=True usage (#70602) 2020-07-17 12:51:35 -07:00
70344-plugin-deprecation-collection-name.yml 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
70426-allow-non-ascii-chars-in-cron.yml cron - Allow non-ascii (UTF-8) chars in cron file paths and jobs (#70426) (#70794) 2020-07-22 18:26:10 -07:00
70437-ssh-args.yml [stable-2.10] ssh connection - use get_option() rather than _play_context (#70438) (#70443) 2020-07-17 12:42:51 -07:00
70465-assemble-fix-decrypt-argument.yaml Fix decrypt argument in assemble module (#70465) (#70560) 2020-07-17 12:48:38 -07:00
70484-bool-ansible-become.yaml Make sure ansible_become treated as a boolean (#70484) (#70526) 2020-07-17 12:46:33 -07:00
70507-validate-null-author.yaml Fix ansible-test error in community.aws (#70507) (#70873) 2020-07-29 13:51:47 -07:00
70524-fix-download-collections.yaml fix downloading collections in git repos and tar.gz artifacts (#70524) (#71000) 2020-07-30 13:37:59 -07:00
70525-setuptools-disutils-reorder.yml [stable-2.10] Guard against allowing ansible to ansible-base upgrades (#70529) (#70760) 2020-07-21 11:23:55 -07:00
70600-user-module-dont-create-home-when-create_home-is-false.yml Create home and parent directories only when requested (#70790) 2020-07-22 18:23:47 -07:00
70649_time_clock.yml [2.10] api: time.clock compatible code (#70677) 2020-07-21 11:19:27 -07:00
70657-template-connection-vars.yaml [2.10] template connection variables accessed directly before using (#70657) (#70688) 2020-07-21 11:19:52 -07:00
70683-terminal-ansi-re.yaml [stable-2.10] Document existing ansi_re sequences and add ESC[m (#70683) (#70807) 2020-07-22 18:27:21 -07:00
70690-async-interpreter.yml [stable-2.10] Fix async interpreter parsing (#72636) (#72923) 2021-01-11 01:02:33 -06:00
70704-void-linux-reboot.yml [stable-2.10] reboot - fix Void Linux (#70704) (#70916) 2020-07-29 13:52:45 -07:00
70762-sanitize-uri-keys.yml Add CVE reference to changelog for PR 70762 (#71151) (#71156) 2020-08-07 11:50:34 -05:00
70784-vault-is-string.yml [stable-2.10] Ensure single vaulted values aren't counted as sequences. Fixes #70784 (#70786) (#70791) 2020-07-22 18:25:38 -07:00
70831-skip-literal_eval-string-filter-native-jinja.yml Skip literal_eval for string filters results in native jinja. (#70988) (#71313) 2020-08-27 12:47:02 -05:00
70854-dnf-mutually-exclusive-filters.yml [dnf] accumulate update filters (#71726) (#72181) 2020-10-23 14:15:47 -05:00
70869-ansible-test-validate-modules-version-added.yml validate-modules: fix version_added validation for top-level, fix error codes (#70869) (#70947) 2020-07-29 13:54:45 -07:00
70905_iptables_ipv6.yml [2.10] iptables: Add a note about ipv6-icmp (#71010) 2020-08-27 13:43:11 -05:00
70922-fix-block-in-rescue.yml Fix play stats when rescue block is a child block (#70922) (#71334) 2020-08-28 12:23:30 -05:00
70984-templating-ansibleundefined-in-operator.yml Emit proper error for x in y when y is undefined (#70990) (#71011) 2020-08-27 13:46:52 -05:00
71073-fortimanager-httpapi-redirect.yml Fix fortimanager httpapi redirect (#71073) (#71081) 2020-08-19 13:29:55 -05:00
71097-ansible-test-acme-container.yml ansible-test: bump acme test container version to 2.0.0 (#71097) (#71165) 2020-08-27 12:58:06 -05:00
71195-netconf_config_validate_issue.yaml Fix netconf validate capability check (#71195) (#71252) 2020-08-27 12:52:49 -05:00
71197-systemctl-ignore-message.yaml systemd - supports new systemctl output message for chroot (#71197) (#71330) 2020-08-27 12:34:59 -05:00
71238-update-auth-timeout.yml Update network integration auth timeout (#71057) (#71238) 2020-08-27 12:55:04 -05:00
71240-gluster-modules-redirect.yml Redirect gluster modules to gluster.gluster. (#71240) (#71264) 2020-08-19 13:28:01 -05:00
71257-strftime-float.yml [stable-2.10] epoch can be a float with strftime filter. Fixes #71257 (#71314) (#71319) 2020-08-27 12:35:21 -05:00
71279-skip-conflict-check.yml [stable-2.10] Don't do conflict check on sdist and egg_info (#71310) (#71316) 2020-08-27 12:44:30 -05:00
71306-fix-exit-code-no-failure.yml _check_failed_state: always use the current/nested state (#71347) (#71457) 2020-08-27 12:22:45 -05:00
71307-toml-dumps-unsafe.yml [stable-2.10] Allow the TOML inventory to dump unsafe. Fixes #71307 (#71309) (#71317) 2020-08-27 12:35:36 -05:00
71496-iptables-reorder-comment-position.yml [stable-2.10] iptables: Reorder comment postition (#71496) (#72548) 2020-12-07 17:34:32 -06:00
71528-systemd-capbpf-workaround.yml [stable-2.10] systemd - fix issue with capbpf and newer kernel (#72337) (#72347) 2020-12-07 17:03:12 -06:00
71528-systemd-improve-unit-searching.yml [stable-2.10] systemd - fix issue with capbpf and newer kernel (#72337) (#72347) 2020-12-07 17:03:12 -06:00
71528-systemd-list-unit-files.yml [stable-2.10] systemd - fix issue with capbpf and newer kernel (#72337) (#72347) 2020-12-07 17:03:12 -06:00
71559-fix-distribution-fact-sles4sap.yaml fix distribution fact for SLES4SAP (#71559) (#72026) 2020-10-21 15:35:36 -05:00
71609-is_string-vault.yml [2.10] AnsibleVaultEncryptedUnicode should be considered a string (#72216) 2020-10-21 18:08:18 -05:00
71722-fix-default-connection-timeout.yaml Fix passing the connection timeout to connection plugins (#71722) (#71785) 2020-09-28 00:32:04 -05:00
71735-deprecation-tagging.yml Add deprecation collection name to plugin options (#71735) (#72081) 2020-10-21 15:58:51 -05:00
71824-action-fqcns.yml [2.10] Fix missing ansible.builtin FQCNs in hardcoded action names (#72457) 2020-12-07 16:59:12 -06:00
71920-fix-templating-recursion-error.yml Only apply the unroll wrapper once (#72003) (#72017) 2020-10-21 15:32:45 -05:00
71921-raise-bytes-for-binary-test.yml [2.10] updates intersphinx references for docs links (#71921) (#71945) 2020-09-25 13:53:44 -05:00
71966-ansible-doc-plugin-name.yml ansible-doc: show correct plugin name (#71966) (#71984) 2020-09-28 11:36:00 -05:00
72055-blockinfile-fix-insert-after-line-no-linesep.yml [stable-2.10] blockinfile - properly insert block when no trailing new line exists (#72350) (#72360) 2020-12-07 17:32:56 -06:00
72170-action-loader-collection-list.yml [stable-2.10] Ensure we call action_loader.get with collection_list (#72206) (#72252) 2020-10-23 15:29:16 -05:00
72316-dnf-filtering.yml [stable-2.10] [dnf] Some fixes around filtering (#72483) (#72500) 2020-11-06 08:56:18 -06:00
72322-wait-for-handle-errors.yml [stable-2.10] wait_for - ignore psutil related errors (#72401) (#72406) 2020-12-07 17:33:34 -06:00
72390-return-error-if-cwd-directory-does-not-exist.yml Backport/2.10/72390 (#72690) 2020-12-07 18:07:29 -06:00
72428-action-groups-docker-k8s.yml Adjust action groups to moved modules (#72428) (#72496) 2020-12-07 16:58:42 -06:00
72511-always-prepend-role-to-task-name.yml Fix task get_name to always prepend the role name (#72511) (#72919) 2021-01-11 00:28:57 -06:00
72516-fix-aix-network-facts.yml Fix AIX networks facts when nestat is either missing or has incorrect permissions (#72516) (#72713) 2020-12-07 18:31:29 -06:00
72615-jinja-import-context-fix.yml Local vars should have highest precedence in AnsibleJ2Vars (#72830) (#73370) 2021-02-07 01:30:47 -06:00
72623-ansible-test-unicode-paths.yml ansible-test sanity: fix UnicodeDecodeError for --python 2.7 --docker (#72623) (#72865) 2020-12-07 16:48:19 -06:00
72697-improve-config-deprecations.yml [2.10] Improve deprecations (#72871) 2020-12-07 16:47:38 -06:00
72699-validate-modules-default-for-bools.yml [2.10] The implicit default for type=bool options is not 'false', but 'none' (#72864) 2020-12-07 16:51:35 -06:00
72745-import_playbook-deprecation-extra-params.yml [stable-2.10] import_playbook - change additional params to deprecation (#72987) (#73015) 2021-02-07 00:52:15 -06:00
72979-fix-inventory-merge-hash-replace.yaml [2.10] Pass the top level dictionaries to combine_vars (#72979) (#73146) 2021-01-11 17:20:48 -06:00
72992-user-account-lock-always-changes.yml [stable-2.10] user - properly handle password and password lock when used together (#73016) (#73177) 2021-01-11 13:11:26 -06:00
73059-improve-deprecation-texts.yml Always mention the name of the deprecated plugin in routing deprecation messages (#73059) (#73237) 2021-02-07 17:52:29 -06:00
73079-update-documentation-around-apt-lock.yml Backport/2.10/73079 (#73165) 2021-01-08 16:38:44 -06:00
73167-bhyve-facts.yml [stable-2.10] facts - properly report virtualization facts for Linux guests on bhyve (#73204). (#73233) 2021-02-07 17:50:49 -06:00
action-plugin-always-cleanup.yml Add method to automatically clean up after an action plugin (#65509) 2019-12-06 17:29:26 -05:00
add-global-warnings-container.yaml Add mechanism for storing warnings and deprecations outside of AnsibleModule (#58993) 2020-01-28 12:12:14 -05:00
add-type-typename.yaml Add-Type - Added a way to reference assemblies by type name (#65866) 2019-12-17 09:06:54 +10:00
add_hosts_fix.yml Add intg test to repro #36045 (add_host traceback) (#69912) 2020-06-09 15:25:56 -04:00
add_prefix_to_cache.yml implemented 'prefix' for file based cache (#69872) 2020-06-11 10:40:25 -04:00
adhoc_default_collection.yml fix default collection resolution in adhoc (#63298) 2019-10-10 12:42:03 -07:00
af_clean.yml prevent ansible_facts injection (#68431) 2020-03-24 15:46:56 -04:00
allow-fail-json-msg-to-be-positional.yaml Update changelogs/fragments/allow-fail-json-msg-to-be-positional.yaml 2020-04-08 07:56:11 -07:00
allow_ansible_ns.yml allow external collections under the ansible NS (#61908) 2019-09-05 18:50:22 -07:00
ansible-adhoc-cb-playbook_start.yaml adhoc: Load callbacks before sending v2_playbook_on_start (#67673) 2020-02-25 17:00:08 -05:00
ansible-base-update-containers.yml [ansible-test] use newer container images (#72126) (#72550) 2020-11-09 14:23:48 -06:00
ansible-basic-util-fragment.yaml Ansible.Basic added generic fragment merger for module options (#69719) 2020-05-29 16:11:38 +10:00
ansible-boilerplate.yml [stable-2.10] Fix boilerplate in setup.py and lib/ansible/ dir.. 2020-07-13 18:57:17 -07:00
ansible-connection_persist_issue.yaml Fix ansible-connection persist after playbook run complete issue (#61591) 2019-09-06 14:23:18 +05:30
ansible-doc-collection-name.yml [2.10] ansible-doc: include collection name in text output / plugin loader: return collection name; ansible-doc: handle ansible.builtin correctly (#70572) 2020-07-17 12:50:23 -07:00
ansible-doc-formats.yml [stable-2.10] Update ansible doc formats (#71070) (#71111) 2020-08-27 13:33:24 -05:00
ansible-doc-has_action.yml ansible-doc: export has_action when --json is used (#72359) (#72414) 2020-12-07 16:59:33 -06:00
ansible-doc-remove_at_date.yaml Support removed_at_date in ansible-doc (#70002) 2020-06-11 13:18:18 -04:00
ansible-doc-removed-traceback.yml Fix ansible-doc traceback and sanity test. (#62040) 2019-09-10 00:29:34 -07:00
ansible-doc-version_added-collection.yml Version source tagging (automatic and manual) for version_added and deprecation versions (#69680) 2020-05-28 22:46:16 -07:00
ansible-galaxy-agent.yaml ansible-galaxy - expand User-Agent string for Galaxy endpoints (#65578) 2019-12-06 10:34:14 +10:00
ansible-galaxy-cli-add-token-alias.yaml ansible-galaxy - add "--token" command line argument (#66376) 2020-01-16 12:51:21 -08:00
ansible-galaxy-collections.yaml ansible-galaxy - optimise some paths and use fake galaxy int tests (#67685) 2020-02-29 08:59:09 +10:00
ansible-galaxy-handle-import-task-url-changes.yml Galaxy publish fix (#63580) 2019-10-16 15:23:12 -07:00
ansible-galaxy-ignore.yaml Add the ability to ignore files and collection build (#64688) 2019-11-14 05:02:58 +10:00
ansible-galaxy-install-manifest-warning.yaml ansible-galaxy - remove warning during collection install (#69541) 2020-05-19 10:31:49 -05:00
ansible-galaxy-install.yaml Unify ansible-galaxy install -r (#67843) 2020-05-19 05:09:42 +10:00
ansible-galaxy-progress.yaml ansible-galaxy - add config to control the display wheel (#61902) 2019-09-13 11:06:18 +10:00
ansible-galaxy-role-list-specific-fix.yml ansible-galaxy - fix listing specific role and role description (#67409) 2020-04-15 15:26:45 -04:00
ansible-galaxy-role-server.yaml ansible-galaxy fix --server option for roles (#61820) 2019-09-05 11:46:44 +10:00
ansible-galaxy-stdout.yml [2.10] Improve ansible-galaxy STDOUT messages for collections (#70379) 2020-07-17 12:39:16 -07:00
ansible-galaxy-support-for-automation-hub.yml Add support for automation-hub authentication to ansible-galaxy (#63031) 2019-10-04 17:57:37 -04:00
ansible-inventory-code-cleanup.yml Code cleanup in ansible-inventory. 2020-05-15 18:02:18 -07:00
ansible-test-acme-test-plugin.yml [stable-2.10] Fix container discovery for the acme test plugin. 2020-11-09 15:30:07 -08:00
ansible-test-ansible-doc.yml Fix ansible-doc traceback and sanity test. (#62040) 2019-09-10 00:29:34 -07:00
ansible-test-ast-parse-bytes.yml Fix ansible-test module_utils analysis. 2020-03-01 12:29:54 -08:00
ansible-test-azp-agent-temp-dir.yml [stable-2.10] Fix ansible-test Azure Pipelines container auth. 2020-10-21 14:15:39 -07:00
ansible-test-azp-change-detection.yml [stable-2.10] Fix Azure Pipelines change detection. (#72824) 2020-12-03 10:10:08 -08:00
ansible-test-azp-resource-prefix.yml [stable-2.10] CI provider fixes for ansible-test. (#71929) (#71932) 2020-09-28 00:34:12 -05:00
ansible-test-boto-constraints.yml Fix ansible-test constraints for AWS. 2020-03-01 14:01:25 -08:00
ansible-test-centos6-eol.yml [centos6] update container for EOL (#72795) 2020-12-02 16:04:38 -06:00
ansible-test-change-classification.yml [stable-2.10] CI provider fixes for ansible-test. (#71929) (#71932) 2020-09-28 00:34:12 -05:00
ansible-test-change-detection-empty-python.yml Fix ansible-test change detection traceback. 2020-03-27 15:56:02 -07:00
ansible-test-change-detection-fix.yml Fix ansible-test module_utils import analysis. 2020-03-23 11:14:21 -05:00
ansible-test-ci-support-azure.yml Add Azure Pipelines support to ansible-test. 2020-06-11 14:57:42 -07:00
ansible-test-ci-support-shippable-auth.yml Add Shippable request signing to ansible-test. (#69526) 2020-05-15 15:38:02 -07:00
ansible-test-ci-support.yml Update ansible-test support for CI providers. 2020-05-14 17:08:30 -07:00
ansible-test-cloud-secrets.yml add changelog categories, update CVE fragments to use security_fix category (#69968) 2020-06-11 10:24:01 -07:00
ansible-test-code-cleanup.yml Code cleanup in ansible-test. 2020-05-15 18:17:11 -07:00
ansible-test-collection-classification.yml Improve ansible-test classifications for collections (#72353) 2020-12-03 17:27:29 -08:00
ansible-test-collection-constraints.yml [stable-2.10] Support collection constraints in ansible-test. (#72157) 2020-10-08 16:17:28 -05:00
ansible-test-collections-ansible-adhoc.yml fix default collection resolution in adhoc (#63298) 2019-10-10 12:42:03 -07:00
ansible-test-collections-coverage-noise.yml Properly exclude tests/output/ from code coverage. 2019-09-10 15:50:22 -07:00
ansible-test-collections-import-sanity-test.yml Fix ansible-test collections sanity import test. (#64467) 2019-11-05 16:06:57 -08:00
ansible-test-collections-requirements.yml Fix ansible-test collections requirements installation. (#62181) 2019-09-12 02:00:33 -07:00
ansible-test-color-ls.yml Fix ansible-test color ls logic. 2020-01-28 17:48:54 -08:00
ansible-test-constraints-cryptography-old-openssl.yml [ansible-test] Limit cryptography to <3.2 (#72342) (#72345) 2020-10-26 13:44:16 -05:00
ansible-test-constraints-cryptography.yml [stable-2.10] Fix cryptography constraints in ansible-test. (#72914) (#72922) 2020-12-09 14:41:15 -06:00
ansible-test-constraints-virtualenv.yml ansible-test - add constraint for virtualenv (#67289) 2020-02-10 16:29:47 -08:00
ansible-test-container-ip-lookup.yml [stable-2.10] Fix ansible-test handling of user-defined docker networks. (#72256) 2020-10-22 21:40:23 -07:00
ansible-test-container-update.yml Update ansible-test test containers. 2020-06-12 09:19:18 -07:00
ansible-test-coverage-analyze-targets-filter.yml Add coverage filtering to ansible-test. (#68158) 2020-03-23 11:14:21 -05:00
ansible-test-coverage-analyze-targets.yml Add code coverage target analysis to ansible-test. (#67141) 2020-02-05 22:16:15 -08:00
ansible-test-coverage-ansible-connection.yml Fix ansible-test coverage of ansible-connection. 2020-01-28 23:47:07 -08:00
ansible-test-coverage-combine-export.yml [stable-2.10] Add coverage exporting to ansible-test 2020-11-09 23:29:39 -08:00
ansible-test-coverage-constraint.yml Add ansible-test constraint to avoid coverage 5.0+ 2019-12-20 11:55:54 -08:00
ansible-test-coverage-constraints.yml Fix ansible-test coverage constraints. 2020-04-24 10:52:21 -07:00
ansible-test-coverage-incomplete.yml Fix ansible-test code coverage collection. (#68502) 2020-03-27 12:24:08 -07:00
ansible-test-coverage-py26.yml [stable-2.10] Fix ansible-test coverage traceback. (#71446) (#71578) 2020-09-01 17:05:19 -07:00
ansible-test-coverage-reorg.yml Reorganize ansible-test coverage code. 2020-01-30 14:41:21 -08:00
ansible-test-coverage-version-check.yml Report error for coverage 5+ in ansible-test. 2020-03-27 12:29:02 -07:00
ansible-test-default-containers-update.yml Update ansible-test default test containers. 2020-06-16 16:50:04 -07:00
ansible-test-default-test-container-1.9.2.yml Add missing changelog fragments. (#62471) 2019-09-17 17:33:58 -07:00
ansible-test-default-test-container-1.9.3.yml Add missing changelog fragments. (#62471) 2019-09-17 17:33:58 -07:00
ansible-test-default-test-container-1.10.1.yml Update default-test-container to 1.10.1. 2019-10-16 09:07:09 -07:00
ansible-test-default-test-container-1.13.yml Update the default-test-container in ansible-test. 2020-05-14 21:24:58 -07:00
ansible-test-default-test-container-1.14.yml Update default-test-container to version 1.14. 2020-05-27 11:31:38 -07:00
ansible-test-delegation-inventory.yml Fix ansible-test inventory delegation. 2020-01-21 22:37:14 -08:00
ansible-test-delegation-options.yml Add more ansible-test args to delegation config. 2020-01-28 17:48:54 -08:00
ansible-test-delegation-paths.yml Update ansible-test handling of delegation paths. (#69056) 2020-04-20 22:04:25 -07:00
ansible-test-delegation-tmp-dir.yml Exclude tmp dir from ansible-test results copy. 2019-09-30 18:18:37 -04:00
ansible-test-distro-container-venv.yml Update Ubuntu 18.04 test container to 1.13. (#68534) 2020-03-28 17:35:21 -07:00
ansible-test-doc-links.yml Fix display of sanity test doc links. 2019-09-13 22:24:14 -07:00
ansible-test-docker-context.yml Update ansible-test default containers. (#69819) 2020-06-09 15:40:56 -07:00
ansible-test-docker-default-network.yml [stable-2.10] Fix ansible-test handling of user-defined docker networks. (#72256) 2020-10-22 21:40:23 -07:00
ansible-test-docker-detection-fix.yml [stable-2.10] Fix ansible-test handling of user-defined docker networks. (#72256) 2020-10-22 21:40:23 -07:00
ansible-test-docker-not-localhost.yml [stable-2.10] Fix ansible-test handling of user-defined docker networks. (#72256) 2020-10-22 21:40:23 -07:00
ansible-test-docker-socket.yml [stable-2.10] Fix ansible-test handling of user-defined docker networks. (#72256) 2020-10-22 21:40:23 -07:00
ansible-test-docker-terminate.yml Add --docker-terminate flag to ansible-test (#68688) 2020-04-06 20:38:29 -05:00
ansible-test-egg-info-version.yml Fix ansible-test egg-info directory detection. 2020-01-23 13:21:15 -08:00
ansible-test-empty-coverage.yml Fix ansible-test handling of no Python coverage. 2020-03-23 11:14:21 -05:00
ansible-test-enable-aix-os-testing.yml Testing: Add support for AIX platform (#65802) 2020-01-29 15:56:51 -08:00
ansible-test-endpoint-update.yml [stable-2.10] Update ansible-test remote endpoint handling. (#71413) 2020-09-01 14:54:17 -07:00
ansible-test-env-alteration.yml Fix ansible-test env var mixing running commands. 2019-10-17 17:40:34 -07:00
ansible-test-env-list-files.yml Fix ansible-test submodule handling. (#68759) 2020-04-08 01:15:49 -07:00
ansible-test-execv-wrapper-shebang.yml Fix issues with ansible-test --venv option. (#62033) 2019-09-09 18:32:29 -07:00
ansible-test-fix-import-sanity-test.yml Changelog entry for ansible-test sanity fixes. 2019-10-22 23:26:59 -07:00
ansible-test-fix-python-path.yml Fix ansible-test PYTHONPATH handling. 2019-09-26 14:02:19 -04:00
ansible-test-git-submodule-top-level.yml Fix ansible-test submodule handling. (#68759) 2020-04-08 01:15:49 -07:00
ansible-test-git-submodule.yml Fix ansible-test handling of git submodules. (#65027) 2019-11-19 10:19:03 -08:00
ansible-test-hcloud-constraint.yml Fix hcloud requirements. 2019-10-17 17:40:57 -07:00
ansible-test-ignore-pip-warnings.yml Ignore warnings in ansible-test environment check. 2020-01-13 16:16:55 -08:00
ansible-test-ignore-tests-output.yml Fix ansible-test to ignore tests/output/. (#62084) 2019-09-10 15:49:40 -07:00
ansible-test-integration-temp-dir.yml Fix ansible-test integration temp dir location. 2019-10-07 13:12:59 -07:00
ansible-test-jinja2-python-2.6.yml Add constraints for Jinja2 on Python 2.6. (#66826) 2020-01-27 14:01:34 -08:00
ansible-test-macos-10.15.yml [stable-2.10] Support macOS 10.15 for ansible-test --remote. 2020-09-01 19:07:10 -07:00
ansible-test-nested-source-control.yml Fix ansible-test submodule handling. (#68759) 2020-04-08 01:15:49 -07:00
ansible-test-network-collections.yml Fix network setup for collections in ansible-test. 2020-02-21 18:31:40 -08:00
ansible-test-network-container-search.yml [stable-2.10] Fix ansible-test handling of user-defined docker networks. (#72256) 2020-10-22 21:40:23 -07:00
ansible-test-network-testing.yml Update ansible-test network test provisioning. (#68220) 2020-03-23 11:14:21 -05:00
ansible-test-no-pip-check.yml Add a --no-pip-check option to ansible-test. 2020-01-28 17:48:54 -08:00
ansible-test-obsolete-vcenter-proivisioning.yml Remove obsolete vcenter setup from ansible-test. 2020-04-26 19:56:40 -07:00
ansible-test-opensuse-15.1.yml Update docker.txt to use the OpenSUSE 15.1 container image (devel edition) (#68785) 2020-04-09 00:26:59 -07:00
ansible-test-parallels-endpoint.yml [stable-2.10] Use new endpoint for Parallels based instances. 2020-09-02 15:08:32 -07:00
ansible-test-paramiko-constraint.yml Remove out-of-date test constraint on paramiko. 2020-03-23 11:14:21 -05:00
ansible-test-path-to-python.yml Fix ansible-test PATH handling. 2020-03-23 13:06:03 -07:00
ansible-test-pathspec-constraint.yml Add constraint for pathspec. 2019-10-15 14:39:29 -07:00
ansible-test-pip-bootstrap-s3.yml [stable-2.10] Use a versioned pip bootstrapper in ansible-test. (#73359) 2021-01-25 15:37:30 -06:00
ansible-test-pip-bootstrap.yml [stable-2.10] Handle get-pip.py breaking change on Python 2.7. 2021-01-23 12:36:28 -08:00
ansible-test-pip-filtering.yml Reduce pip output noise in ansible-test. (#69925) 2020-06-05 18:25:48 -07:00
ansible-test-plugin-classification.yml [stable-2.10] Update ansible-test change detection for plugins. 2020-07-13 23:55:15 -07:00
ansible-test-podman-units.yml fix ansible-test units to work(ish) under podman (#69462) 2020-05-12 10:46:22 -07:00
ansible-test-powershell-coverage-paths.yml Fix powershell coverage path rewriting. 2020-03-03 14:07:29 -08:00
ansible-test-preserve-remote-authorized-keys.yml Keep SSH authorized keys in ansible-test setup. 2020-01-28 17:48:54 -08:00
ansible-test-pycodestyle-freeze.yml Freeze pycodestyle in ansible-test. 2020-05-15 16:38:50 -07:00
ansible-test-pylint-plugin-name.yml Update ansible-test pylint Python support. (#72997) 2021-01-11 00:46:21 -06:00
ansible-test-pylint-plugin-paths.yml Fix plugin paths for ansible-test pylint test. (#65526) 2019-12-04 18:07:16 -08:00
ansible-test-pylint-python-3.8-3.9.yml Update ansible-test pylint Python support. (#72997) 2021-01-11 00:46:21 -06:00
ansible-test-pyparsing-constraint.yml Add pyparsing constraint to ansible-test. 2020-06-16 10:38:16 -07:00
ansible-test-pytest-cap-revert.yml [stable-2.10] fix collection package root location under pytest >=6.0.0 (#70963) 2020-08-17 11:16:08 -07:00
ansible-test-pytest-cap.yml [stable-2.10] Cap pytest version to avoid relative import issue. 2020-07-28 17:14:30 -07:00
ansible-test-pytest-mccabe.yml Add mccabe complexity testing (#64623) 2020-06-11 13:02:06 -07:00
ansible-test-pytest-plugin-loading.yml Add missing changelog entry for ansible-test fix. 2019-09-11 13:03:36 -07:00
ansible-test-python-3.9.yaml Add Python 3.9 to ansible-test. 2020-03-01 17:42:06 -08:00
ansible-test-python-import-analysis.yml Fix ansible-test import analysis for collections. (#68352) 2020-03-23 11:14:21 -05:00
ansible-test-redact.yml Redact sensitive values by default in ansible-test 2019-09-17 08:09:17 -07:00
ansible-test-refactor.yml Code cleanup and refactoring in ansible-test. (#67063) 2020-02-04 11:21:53 -08:00
ansible-test-relative-import-analysis.yml [stable-2.10] Fix ansible-test relative import analysis. (#70993) 2020-07-30 13:36:49 -07:00
ansible-test-remote-power.yml Testing: Add support for CentOS Linux On Power platform (#68130) 2020-04-15 16:22:17 -07:00
ansible-test-remote-tar-format.yml Fix ansible-test tar format handling. 2020-01-29 20:31:54 -08:00
ansible-test-remove-tox-option.yml Remove ansible-test --tox delegation option. 2019-11-14 17:18:00 -08:00
ansible-test-requirements-install.yml Fix ansible-test requirements installation. 2020-03-29 08:46:25 -07:00
ansible-test-rhel-7.8.yml Update tests to use RHEL 7.8. (#68787) 2020-04-08 21:09:52 -07:00
ansible-test-rhel-8.1-testing.yml Switch from RHEL 8.0 & 8.1b to 8.1 in CI. 2019-11-07 13:17:49 -08:00
ansible-test-rhel-82.yml Add RHEL 8.2 to CI 2020-04-29 20:51:28 -05:00
ansible-test-rhel-requirements.yml [stable-2.10] Pin ansible-test requirements for RHEL. 2020-06-26 11:32:16 -07:00
ansible-test-sanity-ansible-doc.yml [stable-2.10] Test netconf plugins in ansible-doc sanity test. 2020-07-13 18:14:42 -07:00
ansible-test-sanity-constraints.yml Fix ansible-test sanity requirements install. 2019-10-17 17:40:04 -07:00
ansible-test-sanity-deprecation-collection-name.yml [stable-2.10] import_playbook - change additional params to deprecation (#72987) (#73015) 2021-02-07 00:52:15 -06:00
ansible-test-sanity-import-fixes.yml Fix ansible-test import sanity test issues. (#70084) 2020-06-15 15:09:15 -07:00
ansible-test-sanity-pylint-config-fix.yml Disabled inconsistent pylint checks. 2020-06-17 10:10:17 -07:00
ansible-test-sanity-requirements.yml Fix issues with ansible-test --venv option. (#62033) 2019-09-09 18:32:29 -07:00
ansible-test-sanity-separate-requirements.yml Split out and install sanity test requirements. (#69971) 2020-06-09 13:38:36 -07:00
ansible-test-sanity-yamllint-lineno.yml [stable-2.10] Fix yamllint sanity test line numbers. 2020-07-13 18:28:30 -07:00
ansible-test-setuptools-constraint.yml Add test constraint for setuptools. (#66426) 2020-01-13 13:09:33 -08:00
ansible-test-shebang-sanity.yml Fix shebang sanity test module identification. 2020-03-23 11:14:21 -05:00
ansible-test-ssh-keygen-fix.yml Work around ssh-keygen issue in ansible-test. (#63211) 2019-10-07 14:36:05 -07:00
ansible-test-submodule-dir-as-file.yml Fix ansible-test submodule handling. (#68759) 2020-04-08 01:15:49 -07:00
ansible-test-submodules.yml
ansible-test-test-no-tests.yml Fix ansible-test --docker without tests dir. 2020-04-09 18:12:21 -07:00
ansible-test-test-source-message.yml Add missing var for format string in ansible-test. 2019-10-07 13:10:42 -07:00
ansible-test-ubuntu2004.yml [2.10] Add Ubuntu 20.04 to CI and ansible-test (#69161) (#73365) 2021-01-26 13:01:31 -06:00
ansible-test-update-images-1.16.0.yml Update test images to version 1.16.0 (#66771) 2020-06-09 10:08:31 -04:00
ansible-test-validate-modules-deprecated-removed_at.yml Deprecate module in collection: allow removal date in documentation, make validate-modules ensure version and date match (#69727) 2020-05-28 14:20:52 -07:00
ansible-test-validate-modules-file-common-args.yml Fix processing of add_file_common_args=True when argument_spec is not specified as kwarg. (#72334) (#72361) 2020-12-07 17:01:33 -06:00
ansible-test-validate-modules-fixes.yml Fixes for validate-modules import handling. (#63932) 2019-10-30 09:48:21 -07:00
ansible-test-validate-runtime-file.yml validate ansible-base's and collections runtime.yml (#69742) 2020-06-12 15:34:34 +01:00
ansible-test-vcenter-plugin.yml Fix ansible-test vcenter test filtering. 2019-09-12 02:13:57 -07:00
ansible-test-venv-activation.yml Fix issues with ansible-test --venv option. (#62033) 2019-09-09 18:32:29 -07:00
ansible-test-venv-pkg-resources.yaml Fix ansible-test import sanity test venv setup. 2020-03-01 13:59:24 -08:00
ansible-test-venv-pythonpath.yml Fix issues with ansible-test --venv option. (#62033) 2019-09-09 18:32:29 -07:00
ansible-test-venv-system-site-packages.yml Add --venv-system-site-packages to ansible-test. 2020-01-21 17:32:29 -08:00
ansible-test-venv-virtualenv-fallback.yml Support venv in ansible-test virtualenv scripts (#73163) 2021-01-08 16:31:17 -06:00
ansible-test-version-validation.yml Version source tagging (automatic and manual) for version_added and deprecation versions (#69680) 2020-05-28 22:46:16 -07:00
ansible-test-virtualenv-fix.yml [stable-2.10] Fix ansible-test virtualenv management. 2020-07-14 02:08:17 -07:00
ansible-test-virtualenv-python-search.yml Fix ansible-test virtualenv real python search. 2019-10-03 17:12:33 -07:00
ansible-test-virtualenv-venv.yml Work around virtualenv/venv issue in ansible-test. (#62111) 2019-09-10 19:27:12 -07:00
ansible-test-windows-integration.yml Fix ansible-test windows-integration module refs. 2020-03-23 11:14:21 -05:00
ansible_basic_no_log_empty_string.yaml Fix issue when setting an empty pass to no_log param (#62804) 2019-09-24 21:45:53 -04:00
ansible_native_concat-use-to_text-rather-than-text_type.yml ansible_native_concat: use to_text rather than jinja2's text_type (#68038) 2020-03-24 12:03:31 +01:00
ansile-galaxy-preserve-api-append.yml Ensure we preserve the /api appended URL (#63472) 2019-10-14 13:34:07 -05:00
async-race-condition.yml Fix race condition when creating async dir (#72069) (#72259) 2020-10-23 15:28:05 -05:00
become-pass-precedence.yaml become - stop using play context in more places (#62373) 2019-11-18 05:32:56 +10:00
better_winrm_putfile_error.yml try to capture better winrm/put_file error (#70508) (#70570) 2020-07-17 12:49:11 -07:00
blockinfile-line-ending-fix.yaml blockinfile - fix line end regression (#69734) 2020-05-27 16:54:38 -04:00
cffi-constraint.yml [stable-2.10] ansible-test - add cryptography constraint for cffi (#72761) 2020-12-01 09:49:17 -08:00
change-get_bin_path-always-raise-exception.yaml Make get_bin_path() always raise an exception (#56813) 2020-01-30 12:54:25 -05:00
changed_when_group_by.yml Allow changed/failed mgmt on strategy actions (#70919) (#70968) 2020-07-29 14:32:33 -07:00
changelog-yaml.yml Include changelogs/changelog.yaml in distribution. (#70260) (#70266) 2020-07-17 10:55:25 -07:00
ci-add-macos-11.yml [stable-2.10] Add macOS 11 to CI (#72622) (#73180) 2021-01-11 16:45:58 -06:00
clean_facts-use-correct-variable-for-startswith.yaml clean_facts - use correct variable when evaluating the string (#64284) 2019-11-04 09:44:10 -05:00
collection-install-mode.yaml galaxy - preserve mode properly on artifact (#68418) 2020-03-25 08:08:23 +10:00
collection-install-url.yaml Fix using a URL for galaxy collection install (#65272) 2019-12-03 04:55:31 +10:00
collection-list-site-packages.yaml Collection list site packages (#70173) (#72940) 2021-01-11 00:41:56 -06:00
collection-prefix-basedir.yaml Add fix for specifying current dir in collections_paths (#62478) 2019-09-18 08:04:22 -07:00
collection_error_fix.yml collection: Provide additional info about collection name restriction (#65250) 2019-11-26 11:29:13 +10:00
collection_jinja_cache_fix.yml fix collection jinja2 cache issue (#62543) 2019-09-18 14:39:59 -07:00
collection_loader-sort-plugins.yaml Make sorting in collection_loader match plugin loader (#65776) 2019-12-16 11:28:24 -05:00
collection_loader_import_fixes.yml Fix plugin names for collection plugins. (#60317) 2019-09-18 17:47:56 -07:00
collection_meta_use_libyaml.yml misc collection metadata fixes (#70403) (#70428) 2020-07-17 12:42:20 -07:00
collection_routing.yml collection routing (#67684) 2020-05-26 09:42:06 -07:00
collections_cb_fix.yml make collection callbacks follow normal flow (#59932) (#72227) 2020-10-23 15:54:38 -05:00
command-module-warnings.yml command module, nix warnings for moved modules (#70444) 2020-07-02 14:26:18 -05:00
config-manager-vault-str.yaml config manager str type vault source (#65023) 2019-11-20 12:02:28 +10:00
config_encoding_resilience.yml config encode errors should not be fatal (#63311) 2019-10-09 17:08:29 -07:00
configurable_pipelining.yml fix configurable pipelining (#69920) 2020-06-11 16:17:58 -04:00
copy-sanitize-check-mode-invocation-args.yaml copy - redact 'content' from invocation in check mode (#71033) (#71067) 2020-08-27 13:41:14 -05:00
cron-only-get-bin-path-once.yaml cron - Only run get_bin_path() once (#62554) 2019-09-18 19:04:26 -04:00
cronvar-correct-binary-name.yaml cronvar - use correct binary name (#63279) 2019-10-09 18:33:25 -04:00
cve-2020-1736-revert.yml Attempt at reverting CVE-2020-1736 changes [2.10] (#71514) 2020-09-01 01:00:26 -05:00
date-time-facts-fix-utctime.yml [stable-2.10] facts - fix incorrect time for some date_time_facts (#70665) (#70996) 2020-07-30 13:37:19 -07:00
debug_loop_changed.yaml clean "changed" only after it has been processed (#59958) 2019-10-10 18:24:31 -04:00
default-test-container160.yml [tests] Bump container versions (#71518) (#71598) 2020-09-02 14:44:23 -05:00
delegate_has_hostvars.yml Allow hostvars delegation (#70331) (#70810) 2020-07-22 18:29:07 -07:00
delegation_password.yml Ensure -k is set to delegated hosts without a pass (#71136) (#71168) 2020-08-27 12:57:24 -05:00
deprecate-by-date.yml Deprecate module in collection: allow removal date in documentation, make validate-modules ensure version and date match (#69727) 2020-05-28 14:20:52 -07:00
deprecate-hash-behaviour.yml Deprecate hash_behaviour (#63300) 2019-10-14 10:35:11 -05:00
deprecate_default_call_fragmentless.yml fixed missing default (#69972) 2020-06-10 08:35:36 -04:00
deprecation-collection-name.yml Deprecation revisited (#69926) 2020-06-09 15:21:19 -07:00
detect-generic-container.yml setup: more reliably detect container environment (#66183) 2020-01-09 11:51:45 +05:30
dict2items.yml loop: simplify dict2items example in docs (#66235) 2020-01-07 10:32:46 -05:00
discovery_delegation_fix.yml fix delegated interpreter discovery (#69604) 2020-05-22 09:31:34 -04:00
display-stdout-column-width.yml [2.10] display: use stdout for column width (#70290) 2020-07-17 10:56:40 -07:00
display-warning-remove-erroneous-space.yaml Remove leading space in warning messages (#62002) 2019-09-17 10:16:00 -05:00
distribution_release.yml distribution: ignore plesk-release file while parsing (#64665) 2019-11-18 15:05:23 -05:00
distribution_test_refactor.yml distribution: Refactor test_distribution_version testcases (#69300) 2020-05-27 14:01:31 +05:30
distro-update-version.yml Update bundled version of distro from 1.4.0 to 1.5.0 (#69709) 2020-06-08 16:34:37 -04:00
dnf-4-2-18.yml [dnf] Make behavior/errors compatible for new DNF 2020-04-29 20:51:28 -05:00
dnf-allowerasing.yaml dnf allowerasing (#48319) 2020-04-30 09:33:05 +02:00
dnf_gpg.yml [dnf] ensure packages are gpg-verified (#71539) 2020-08-31 10:05:30 -05:00
dnf_setup_loggers.yml Enable logging using setup_loggers() API in dnf-4.2.17-6 or later 2020-05-30 20:37:27 -05:00
dont-template-cli-passwords.yml add changelog categories, update CVE fragments to use security_fix category (#69968) 2020-06-11 10:24:01 -07:00
dont_hide_json_error.yml added missing clog for 58461 2020-05-11 15:09:24 -07:00
downstream_vendoring.yml transparent downstream vendoring (#69850) 2020-06-15 16:22:25 -07:00
enable_su_on_local.yaml Use a pty for local connections (#73023) (#73281) 2021-02-07 17:53:10 -06:00
end_host-remove_host_from_play.yml Remove a host from a play after meta: end_host (#66851) 2020-02-13 15:35:00 -05:00
ensure_discovery_delegate.yml fix discovery on loop with delegation (#70013) 2020-06-11 18:04:17 -04:00
ensure_local_user_correctness.yml remove redundant remote_user for local setting (#72507) 2020-12-07 18:30:58 -06:00
examples_add_collections_paths_to_config_file.yml Add example setting for collections_paths parameter to examples/ansible.cfg (#69018) 2020-04-30 14:29:50 -05:00
extra-vars.yml core: Handle empty extra vars in cli (#61831) 2019-09-12 15:43:41 -04:00
extra_vars_with_at_sign.yml vars: Fail with warning for extra_vars filename without @ sign (#59915) 2019-12-19 18:01:22 +05:30
f32.yml Add Fedora 32 to CI (#69222) 2020-05-08 18:59:43 -05:00
fallback_uid.yml fallback to uid when no uname (#68466) 2020-03-27 22:09:51 -04:00
fetch_no_slurp.yml add changelog categories, update CVE fragments to use security_fix category (#69968) 2020-06-11 10:24:01 -07:00
file-change-src-without-state-to-error.yaml file - change warning to error (#66671) 2020-01-29 10:51:34 -05:00
file-fix-diff-peek-arg-spec.yaml file - change _diff_peek type in argument_spec (#60428) 2020-01-17 16:02:28 -05:00
file-return-state-when-file-does-not-exist.yaml file - return 'state': 'absent' when a file does not exist (#66503) 2020-05-21 16:35:45 -04:00
fileglob_fixes.yml Fix fileglob when using 'file*' vs 'stuff/file*' (#68945) 2020-04-17 09:51:05 -04:00
find-contains-docs.yaml find - clarify description of 'contains' (#62445) 2019-09-26 11:33:14 -04:00
fips-paramiko-import-error.yaml Handle InternalError raised by cryptography when running in FIPS mode (#65477) 2019-12-09 13:18:32 -05:00
fix-ansible-galaxy-server.yml AH servers include automation-hub as part of the server configuration. (#63700) 2019-10-19 12:40:45 -07:00
fix-cron-file-regression.yaml Fix cron file regression (#71207) (#71243) 2020-08-27 12:54:15 -05:00
fix-metadata-defaults.yml Fix metadata defaults 2020-05-05 09:06:52 -07:00
fix_ansible_issue_71942.yaml user - allow local users with an expiry date to be created (#72022) (#72085) 2020-10-21 17:04:35 -05:00
fix_bogus_coverage.yml fix coverage output from synthetic packages (#71727) (#71748) 2020-09-28 00:29:24 -05:00
fix_doc_symlinks.yml Fix listing of colleciton plugins with symlinks (#69305) 2020-05-14 11:45:02 -04:00
fix_inventory_source_parse_error_handling.yml fix inventory source parse error handling (#73160) (#73276) 2021-02-07 17:29:07 -06:00
fix_meta_tasks_with_flush_cache.yml Fix meta tasks used with --flush-cache (#71311) (#71358) 2020-08-27 12:23:58 -05:00
fix_reversed_return_value_order_72088.yaml [stable-2.10] Fix the reversed order of return values (#72088) (#72300) 2020-10-23 15:58:23 -05:00
flatten-modules.yml Flatten the directory hierarchy of modules (#68966) 2020-05-13 19:14:53 -07:00
fq_action_module_resolution.yml fix internal cases of actions calling unqualified module names (#70818) (#70840) 2020-07-23 10:29:09 -07:00
galaxy-add-path-validation-utility-function.yaml Add validate_collection_path function (#66441) 2020-01-22 10:46:41 -05:00
galaxy-cli-add-collection-path-parser-arg.yaml Add collections path option to ansible-galaxy (#66969) 2020-01-31 14:27:54 -06:00
galaxy-collection-fallback.yml ansible-galaxy - fix fallback for AH searches (#70957) - 2.10 (#70980) 2020-07-30 10:08:25 -07:00
galaxy-collection-install-version.yaml galaxy - Fix collection install dep resolver for bad versions (#67405) 2020-02-13 17:23:17 -05:00
galaxy-collection-rename-private-function.yaml Rename private function (#66577) 2020-01-17 15:27:15 -05:00
galaxy-collections-add-list.yml Add ansible-galaxy collection list command (#65022) 2020-02-14 14:00:00 -06:00
galaxy-collections.yaml ansible-galaxy - Add User-Agent to requests (#65438) 2019-12-03 10:04:41 +10:00
galaxy-download-scm.yaml ansible-galaxy - fix download for subdirs in SCM (#71005) (#71093) 2020-08-27 13:39:54 -05:00
galaxy-download.yaml ansible-galaxy - add download option (#67632) 2020-03-25 08:32:43 +10:00
galaxy-error-reason.yaml galaxy - print HTTP reason on unknown error (#65273) 2019-12-03 07:36:05 +10:00
galaxy-install-tar-path-traversal.yaml add changelog categories, update CVE fragments to use security_fix category (#69968) 2020-06-11 10:24:01 -07:00
galaxy-role-list-fix.yml Fix role list regression (#67436) 2020-02-14 19:51:48 -05:00
galaxy-role-version.yaml Fix up role version pagination for Galaxy install (#64373) 2019-11-05 10:34:50 -05:00
galaxy-server-list.yaml ansible-galaxy ignore empty server_list (#65986) 2020-01-09 14:24:36 -05:00
galaxy-servers.yml ansible-galaxy - source deps from all servers and not just parent - 2.10 (#72684) 2020-12-07 18:08:23 -06:00
galaxy-symlinks.yaml galaxy - preserve symlinks on build/install (#69959) 2020-06-11 06:46:42 +10:00
galaxy_collections_paths-remove-dep.yml Remove ANSIBLE_COLLECTIONS_PATHS dep warning (#71094) (#71099) 2020-08-27 13:26:17 -05:00
galaxy_login_bye.yml Remove ansible-galaxy login (#72288) (#72320) 2020-10-26 14:31:52 -05:00
gather_facts-warnings.yaml Make sure warnings are printed during fact gathering (#66258) 2020-01-10 06:16:20 +10:00
gf_fix.yml correctly merge multiple facts results (#68987) 2020-05-20 18:53:37 -04:00
group_by_changed.yml return changed for group_by (#32057) 2020-06-03 12:46:40 -04:00
handle_undefined_in_type_errors_filters.yml Make filter type errors 'loop friendly' (#70417) (#70574) 2020-07-17 12:51:18 -07:00
include_vars-ad-hoc-stack-trace-fix.yaml include_vars - fix stack trace when run ad-hoc with dirs parameter (#66581) 2020-01-28 11:50:34 -05:00
include_vars_fix_none.yml include_vars: Check NoneType for raw_params (#64979) 2019-11-26 13:11:02 -05:00
inventory-cache-file-missing-warning.yaml Fix warning for nonexistent inventory cache (#72840) (#73443) 2021-02-07 01:05:20 -06:00
inventory_doc_fix.yml docs: Update inventory script paths (#68905) 2020-04-15 16:29:55 -04:00
iosxr_netconf_config_commit_fix.yaml Fixes https://github.com/ansible-collections/cisco.iosxr/issues/74 (#71292) 2020-08-27 12:47:40 -05:00
junit-compat.yml Avoid use of deprecated junit-xml method. 2020-06-12 00:47:07 -07:00
keep_log_at_info.yml reset logging to INFO (#70878) (#70881) 2020-07-24 15:47:57 -05:00
limit-file-exception.yml inventory: Fail on non-existing limit file (#59758) 2019-12-12 09:09:40 +05:30
lineinfile-backrefs-match-object-type.yaml lineinfile - properly insert line when line exists and backrefs are enabled (#63763) 2019-10-22 10:01:11 -04:00
lineinfile-backrefs-syntax-example.yaml lineinfile - Add alternative backrefs example to docs (#69844) 2020-06-04 16:13:42 -05:00
lineinfile-use-correct-index-value.yaml lineinfile - use correct index value when inserting at the end (#63696) 2019-10-22 10:39:58 -04:00
lineinfile-use-module-tempdir.yaml lineinfile - Use ANSIBLE_REMOTE_TMP for temporary file (#69543) 2020-05-15 15:52:17 -04:00
lineinfile_exc_fix.yml [stable-2.10] lineinfile - fix broken exception handling (#70846) (#70944) 2020-07-29 13:53:54 -07:00
linux-network-facts-broadcast-address.yaml [stable-2.10] linux facts - return proper broadcast address (#64528) (#71064) 2020-08-27 13:48:50 -05:00
logging-traceback.yaml display - Fix up tracebacks on 3rd party loggers when log path is set (#65582) 2019-12-07 06:06:52 +10:00
misc_typo_fix.yml Misc typo fixes (#66120) 2020-01-04 21:13:30 +05:30
module-validation-argument_spec-schema.yml Schema validation for argument_spec (#65747) 2020-01-27 17:26:46 +01:00
module_utils_finder_refactor.yml refactor Python module_utils locator (#70610) (#70711) 2020-07-17 10:57:44 -07:00
multipart.yml Add multipart/form-data functionality (#69376) 2020-05-20 15:44:01 -05:00
native-jinja2-types-properly-handle-nested-undefined.yml native types: properly handle Undefined in nested data (#68432) (#71105) 2020-08-28 07:57:17 -05:00
netconf_plugin_device_handler.yml Fix netconf plugin related to collections (#65718) 2019-12-20 12:25:59 +05:30
network-cli-become-collections.yml Fix become for network_cli in collections. 2020-02-20 15:13:39 -08:00
network_action_plugin_load.yml Fix network action plugin load in collection (#65849) 2019-12-16 19:15:41 +05:30
no-log-sub-options-invalid-parameter.yaml add changelog categories, update CVE fragments to use security_fix category (#69968) 2020-06-11 10:24:01 -07:00
no_fact_loop_loss.yml dont clobber facts in loop (#71032) (#71095) 2020-08-27 13:39:19 -05:00
no_fatal_bad_cb.yml avoid fatal tb on bad fqcn callback name (#69440) 2020-05-13 12:02:31 -04:00
no_log-fallback.yml no_log mask suboption fallback values and defaults CVE-2021-20228 (#73487) (#73494) 2021-02-07 01:11:27 -06:00
no_target_syslog-var.yaml Add variable for DEFAULT_NO_TARGET_SYSLOG (#68971) 2020-04-16 20:25:09 +10:00
only_be_smart_once.yml avoid constant checking controlpersist (#69910) 2020-06-09 11:59:38 -04:00
openbsd-disabled-account-no-warning-for-passwd.yaml Allow 13 asterisk characters in password field without warning (#54893) 2019-09-04 11:49:16 -04:00
openeuler_distribution_support.yml distribution: Added support for openEuler OS (#69324) 2020-05-29 12:43:16 +05:30
openstack_botmeta.yml Openstack inventory script moved to openstack.cloud (#68908) 2020-04-23 15:45:35 -04:00
openstack_inventory_migrated.yml Adjust Openstack Inventory script path (#69058) 2020-04-24 11:15:51 +05:30
package-facts-use-module-warnings.yaml package_facts - use AnsibleModule.warn() for warnings 2019-10-14 13:30:16 -07:00
paramiko_ssh-improve-error-message.yaml paramiko_ssh - Improve authentication error message (#64157) 2019-10-31 15:39:53 -04:00
pathlist_strip.yml strip spaces for each value in host list lists (#67701) 2020-02-25 09:16:27 -05:00
pause-catch-error-when-no-std-exists.yml [stable-2.10] pause - fix curses.setupterm() error (#47851) (#70363) 2020-07-17 10:57:20 -07:00
play_bools_strict.yml Be strict about what is a boolean for keywords (#67625) 2020-04-28 13:55:26 -04:00
play_context_remove_redundant_pwd.yml remove redundant remote_user for local setting (#72507) 2020-12-07 18:30:58 -06:00
plugin-loader-collection-name.yml [2.10] ansible-doc: include collection name in text output / plugin loader: return collection name; ansible-doc: handle ansible.builtin correctly (#70572) 2020-07-17 12:50:23 -07:00
plugin_doc_link_fix.yml docs: Fixed "Edit on GitHub" link for plugin, cli (#66745) 2020-01-30 10:55:46 -05:00
powershell-fix-quoting.yaml powershell - fix quoting values (#71411) (#71449) 2020-08-28 12:22:22 -05:00
powershell-nested-clixml.yml powershell - fix nested CLIXML parser (#71412) (#71451) 2020-08-28 09:54:14 -07:00
powershell-version-env.yml powershell - remove env var (#72010) (#72012) 2020-10-21 15:27:57 -05:00
prevent-rewriting-nested-block-data-in-filter_tagged_tasks.yml Prevent rewriting nested Block's data in filter_tagged_tasks (#68337) 2020-04-21 09:36:35 +02:00
ps-argspec-type.yaml validate-modules - fix ps module delegate type inspection 2020-03-23 11:14:21 -05:00
ps-sanity-requirements.yml [stable-2.10] ansible-test - skip installing PowerShell sanity test reqs if they are already installed (#72423) (#72424) 2020-12-07 17:33:52 -06:00
ps_web_request-aliases.yaml WebRequest - remove generically named aliases from util (#66325) 2020-01-10 13:01:26 +10:00
ps_wrapper-deprecated_aliases.yaml Ansible.Basic - Added deprecated_aliases (#66323) 2020-01-10 09:13:13 +10:00
psexec-kerb-and-interactive.yaml psexec - Fix kerb and interactive support (#62556) 2019-09-19 08:41:02 +10:00
psrp-copy-empty-file.yml psrp - fix hang when copying an empty file (#71649) (#71651) 2020-09-28 00:28:01 -05:00
psrp-copy.yaml psrp - use native copy mechanism - 2.10 (#71434) 2020-08-28 12:21:53 -05:00
purge-empty-block.yml Do not keep empty blocks after tag filtering (#69987) 2020-06-10 12:12:11 -05:00
pwsh-minimum.yaml Add proper error when trying to run on older PS versions (#62634) 2019-09-24 08:43:14 -04:00
py26-collection-loader.yml Address compat issue for collection loading on py26 (#68219) 2020-03-23 11:14:21 -05:00
py26-multiprocess-queue-bug.yml [stable-2.10] Fix super annoying Python 2.6 multiprocessing.Queue stack trace in CI (#72604) (#72608) 2020-11-20 13:10:11 -06:00
pytest-collections-fix.yml [stable-2.10] fix collection package root location under pytest >=6.0.0 (#70963) 2020-08-17 11:16:08 -07:00
python38-macos.yaml Explicitly use multiprocessing fork start method (#63581) 2019-10-16 15:30:50 -05:00
reboot-add-last-boot-time-parameter.yaml reboot - add boot_time_command parameter (#62680) 2020-01-21 13:42:32 -05:00
remote_mkdir_fix.yml add changelog categories, update CVE fragments to use security_fix category (#69968) 2020-06-11 10:24:01 -07:00
remove-2.9-deprecations.yml Improve deprecate sanity check; remove deprecated features which should have been removed for 2.9 (#65745) 2020-01-21 16:58:26 -05:00
remove_pc_vars_round.yml do we really need update vars from pc? (#69952) 2020-06-10 08:39:47 -04:00
removed_extras_require.yml remove azure extras and extras_require support (#67822) 2020-03-23 13:07:33 -07:00
required_lib_message.yml basic: Update required library message (#68657) 2020-04-09 11:49:04 -04:00
rhel-7.9.yml Add RHEL 7.9 (#72558) - 2.10 (#72568) 2020-12-01 12:51:15 -08:00
rpmfluff-compat-fixes.yml Update integration tests to support rpmfluff-0.6 (#71155) (#71159) 2020-08-07 14:52:17 -05:00
run-command-cwd.yml Backport/2.10/72390 (#72690) 2020-12-07 18:07:29 -06:00
runas-become-system-privileges.yml runas - create new SYSTEM token on become (#71714) (#71751) 2020-09-28 00:29:45 -05:00
runtime-splunk-redirect.yml fix runtime.yml splunk.enterprise_security -> splunk.es (#70305) (#70310) 2020-07-02 10:32:01 -05:00
server2008-dep.yaml Deprecate Windows 2008, and 2008 R2 (#66257) 2020-01-14 11:22:39 +10:00
service-mgr-systemd-offline.yml service_mgr: detect systemd, even offline (#66071) 2020-02-04 17:32:36 -05:00
set_fact-connection_vars.yml Do not add connection vars to the output results (#70853) (#70855) 2020-07-23 19:48:45 -05:00
set_mode_if_different-symlink-sticky-dir.yml [stable-2.10] AnsibleModule.set_mode_if_different: handle symlink is in a sticky directory (#45198) (#72863) 2020-12-07 16:52:40 -06:00
show_field_instead_of_value.yml Show field instead of value (#59926) 2020-02-21 17:01:09 -05:00
singular-collection-path.yml config: singular ANSIBLE_COLLECTIONS_PATH (#70007) 2020-06-11 11:40:13 -07:00
skip_invalid_coll_name_when_listing.yml avoid fatal exception on invalid collection name (#72296) (#72570) 2020-12-07 18:37:01 -06:00
split-host-pattern-empty-strings.yaml Account for empty strings when splitting the host pattern (#62442) 2019-09-20 16:03:51 -04:00
string-conversion-warning-add-parameter-name.yaml Display parameter name in string conversion warning (#57145) 2020-06-09 13:05:53 -04:00
subversion_password.yaml add changelog categories, update CVE fragments to use security_fix category (#69968) 2020-06-11 10:24:01 -07:00
systemd-offline.yml fix systemd use in container builds (#66062) 2020-02-05 15:14:57 -05:00
systemd-preserve-full-unit-name.yml [stable-2.10] systemd - do not overwrite unit name when searching (#72985) (#73013) 2021-01-11 00:47:00 -06:00
test-ansible-runner-pin-psutil.yml [stable-2.10] ansible_runner test - Add constraints (#70667) (#70669) 2020-07-15 17:32:09 -05:00
test-ps-utils.yaml ansible-test - fix up powershell module_util analysis for collections (#68422) 2020-03-24 23:44:50 -07:00
truthiness-tests.yaml Add new truthy and falsy jinja2 tests (#62602) 2019-10-02 13:58:28 -04:00
unarchive-check-future-gid-against-run-gid.yml [stable-2.10] unarchive - Check 'fut_gid' against 'run_gid' in addition to supplemental groups (#65666) (#71001) 2020-08-27 13:45:19 -05:00
unarchive-code-cleanup.yml Remove incorrect function args in unarchive. 2020-05-15 18:31:43 -07:00
unsafe_writes_fix.yml ensure unsafe writes fallback (#70722) (#73144) 2021-02-07 01:03:43 -06:00
update-conditionals-bare-vars-default.yml Update default from True to False for CONDITIONAL_BARE_VARS (#70709) (#70838) 2020-07-23 10:09:58 -07:00
uri_options.yml added more ways to config new options in url (#69950) 2020-06-10 15:48:20 -04:00
url-lookup-ini.yml [2.10] Fix various sanity errors in plugins (#72168) 2020-10-24 06:03:18 -05:00
user-aix-shadow-unbound-local.yaml user - fix shadow file parsing on AIX (#62547) 2019-10-14 15:44:22 -04:00
user-alpine-on-changed-fix.yaml user - honor update_password parameter on BusyBox hosts (#65977) 2019-12-20 13:09:22 -05:00
user-docs-group-fix.yaml User - correct group removal description in docs (#61936) 2019-09-06 12:16:33 -04:00
user-fix-value-comparison-on-macos.yaml user - compare macOS user properties using same type (#62973) 2019-11-22 17:05:17 -05:00
user_missing_etc_shadow.yml user: Handle exception when /etc/shadow file is missing (#63888) 2019-10-24 14:22:41 -05:00
v2.10.0-initial-commit.yaml [WIP] Cleanups and version bumping for 2.10 (#61572) 2019-08-30 09:54:12 -07:00
v2.10.0_summary.yaml New release v2.10.0 2020-08-13 12:30:50 -05:00
v2.10.0b1_summary.yaml New release v2.10.0b1 2020-06-17 14:38:15 -05:00
v2.10.0rc1_summary.yaml New release v2.10.0rc1 2020-07-23 14:44:50 -05:00
v2.10.0rc2_summary.yaml New release v2.10.0rc2 2020-07-23 21:38:44 -05:00
v2.10.0rc3_summary.yaml New release v2.10.0rc3 2020-07-24 15:59:04 -05:00
v2.10.0rc4_summary.yaml New release v2.10.0rc4 2020-07-30 16:17:16 -05:00
v2.10.1_summary.yaml New release v2.10.1 2020-09-14 13:04:22 -05:00
v2.10.1rc1_summary.yaml New release v2.10.1rc1 2020-08-31 19:42:18 -05:00
v2.10.1rc2_summary.yaml New release v2.10.1rc2 2020-09-01 01:01:32 -05:00
v2.10.1rc3_summary.yaml New release v2.10.1rc3 2020-09-07 13:52:06 -05:00
v2.10.2_summary.yaml New release v2.10.2 2020-10-05 15:50:46 -05:00
v2.10.2rc1_summary.yaml New release v2.10.2rc1 2020-09-28 11:54:17 -05:00
v2.10.3_summary.yaml New release v2.10.3 2020-11-02 15:34:41 -06:00
v2.10.3rc1_summary.yaml New release v2.10.3rc1 2020-10-26 14:32:55 -05:00
v2.10.4_summary.yaml New release v2.10.4 2020-12-14 14:44:44 -06:00
v2.10.4rc1_summary.yaml New release v2.10.4rc1 2020-12-07 19:05:36 -06:00
v2.10.5_summary.yaml New release v2.10.5 2021-01-18 14:34:40 -06:00
v2.10.5rc1_summary.yaml New release v2.10.5rc1 2021-01-11 17:33:09 -06:00
valdate-modules-ps-arg-util.yaml Use Ansible to load ps module utils in arg spec checker (#67596) 2020-02-20 14:32:21 +10:00
validate-include-args-in-handlers.yml Validate args for includes in handlers too (#57537) 2020-05-12 09:35:58 +02:00
validate-modules-argument-spec.yml Add changelog entry for PR #66321 2020-01-09 15:26:14 -08:00
validate-modules-deprecated-collections.yml collection routing (#67684) 2020-05-26 09:42:06 -07:00
validate-modules-ps-doc-blacklist.yaml ansible-test - do not validate blacklisted ps modules (#70376) 2020-06-30 15:15:13 -07:00
validate-modules_found_try_except_import_fails_module_attribute.yaml validate_modules: fails with .id attribute not found (#73322) 2021-02-03 09:07:14 -08:00
vars_prompt_error_on_unsupported_key.yaml Throw an error on unsupported vars_prompt keys (#65487) 2019-12-05 10:54:32 -05:00
vault_tmp_file.yml fix vault temp file handling (#68433) 2020-03-25 15:24:04 -04:00
vault_tmp_race_fix.yml add changelog categories, update CVE fragments to use security_fix category (#69968) 2020-06-11 10:24:01 -07:00
wait_for_connection-interpreter-discovery-retry.yaml wait_for_connection: also retry interpreter discovery (#67040) 2020-02-04 11:40:09 -08:00
warnings-remove-extra-newline-better.yaml Fix colorization to not extend across newline boundary (#68517) 2020-03-27 17:10:38 -07:00
warnings-remove-extra-newline.yaml display - remove extra new line after warning message (#65199) 2020-01-24 12:10:04 -05:00
win-coverage-out-encoding.yaml Use UTF-8 without a BOM for win coverage (#66510) 2020-01-16 09:52:05 +10:00
win-unzip-check-extraction-path.yml add changelog categories, update CVE fragments to use security_fix category (#69968) 2020-06-11 10:24:01 -07:00
win-web-request-no_proxy.yaml WebRequest - Fix use_proxy: no on module options (#68603) 2020-04-02 07:17:50 +10:00
win_async_full_path.yml win async - use full path for powershell (#70703) (#70714) 2020-07-21 11:20:35 -07:00
win_collection_relative.yaml Add relative module_util support for powershell (#68321) 2020-04-01 09:01:18 +10:00
win_env_var.yaml windows - fix up env var quoting for unicode single quotes (#68968) 2020-04-16 20:24:23 +10:00
win_exec-error.yaml win_exec_wrapper - Be more defensive when trying to get output errors (#62376) 2019-09-19 06:53:56 +10:00
win_get_url-redirection.yaml win_uri win_get_url - Fix up redirection defaults (#65584) 2019-12-06 11:47:35 +10:00
win_package-revamp.yaml win_package - Refactor with msp, appx support (#66931) 2020-02-13 16:44:19 +10:00
win_setup-redirection.yaml Fix up the redirection of the win setup module (#70158) (#70181) 2020-06-19 17:12:32 -07:00
windows-coverage-encoding.yaml Windows coverage - output temp files with UTF-8 BOM (#65086) 2019-11-20 11:07:07 +10:00
with_seq_example.yml Doc backportapalooza 2 (#70440) 2020-07-08 16:05:41 -05:00
wrap_native_text-non-collections-only.yml Use _wrap_native_text only for builtin STRING_TYPE_FILTERS (#71801) (#72915) 2021-01-11 00:22:01 -06:00
yaml_orderd_mappings.yml Order my dicts (#58000) 2020-05-06 11:05:37 -04:00
yum-dnf-elements-type-in-name-list.yml yum/dnf: check type of elements in a name (#70072) 2020-06-15 11:01:42 -04:00
yum_backend_validation.yml yum: avoid running non-yum modules via the action (#69296) 2020-05-05 11:48:54 -05:00