ansible/changelogs/fragments
Chih-Hsuan Yen bd4fdb1ca2
service_facts: fix for systemd 245 (#68211)
* service_facts: fix for systemd 245

Since systemd 245, `systemctl list-unit-files` comes with a new column
"VENDOR PRESET" [1] and breaks the service_facts module:

$ ansible localhost -m service_facts
localhost | FAILED! => {
    "changed": false,
    "msg": "Malformed output discovered from systemd list-unit-files: auditd.service                             disabled        disabled     "
}

This patch drops the third column to make it work with old and new
systemd. With the new slice operation, IndexError instead of ValueError
is raised if the output contains less than 2 columns.

Test plan: running `ansible-test integration -v service_facts` on
up-to-date Arch Linux

[1] https://github.com/systemd/systemd/pull/14445

* add changelog

Signed-off-by: Rick Elrod <rick@elrod.me>

Co-authored-by: Rick Elrod <rick@elrod.me>
2020-04-24 18:26:42 -05:00
..
39295-grafana_dashboard.yml Replace 'message' in module parameters (#60051) 2020-02-18 13:00:16 +01: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
51595-adds-win32_diskdrive-object-to-win_disk_facts.yaml
54095-import_tasks-fix_no_task.yml
56033-win_iis_webapplication-add-authentication-options.yml
56629-synchronize-password-auth.yaml
56832-remove-aptitude-warning.yml
56966-win_format-allocation-unit-size.yml
57266-apt_repository-update-cache-retrying.yml
57779-module_defaults_groups_catchup_gcp.yml
57894-combine-filter-rework.yml
58225-win_partition-maximum-partition-size.yml
58323-copy-deep-recursive-with-remote_src.yaml
59060-validate-modules-aliases.yml
59438-hostname-use-hostnamectl.yml
59464-playbook-dir-envvar.yml
59765-cron-cronvar-use-get-bin-path.yaml
59772-fix_ansible_issue_58619.yaml
60106-templar-contextmanager.yml
60527-apt_exponential_backoff_cache_update_retry.yml
60587-doc_parsing.yml
61078-vars-plugin-whitelist-and-execution-settings.yaml
61227-win_iis_webapplication-apppool-change.yml
61570-netcli-put-get.yaml
61604-ansible-inventory-hide-args.yaml
61624-fix-galaxy-url-building.yml
61659-load_file_common_arguments-override-path.yml
61891-get_url-remove-deprecated-string-headers.yml
61978-get-url-no-checksum.yml
62096-test-coverage-all.yml
62134-user-allow-groups-and-append-with-local.yml
62218-fix-to-entrust-api.yml
62237-keep-unsafe-context.yml
62407-wait_for_connection.yml
62582-allow_diff_before_after_to_be_None.yml
62598-AnsibleDumper-representer.yaml
62713-add-path_join-filter.yaml
62766-package_facts-pkg-manager-fix-vital-value.yml
62809-dnf-wildcard-absent-failure.yml
62870-collection-install-default-path.yml
63194-lineinfile_insertafter_duplicate.yaml
63418-docker_node_info-errors.yml
63551-yum-single-YumBase-instantiation.yaml
63565-postgresql_user_allow_user_name_with_dots.yml
63628-ansible-galaxy-fix-version.yml
63683-dnf-handle-empty-appstream-stream.yml
63782-add-ansible-ask-vault-password-and-vault-password-file-options.yaml
63919-lineinfile-create-no-dir-path.yml
63940-template-lookup-hostvars-regression.yml
63988-removes-python_compat_fallback.yml
63990-replace-deprecated-basic-functions.yml
64057-Add_named_parameter_to_the_to_uuid_filter.yaml
64076-urls-timeout-parameter.yml
64088-ast-literal.yml
64151-remove-unsed-inventory-script-option.yaml
64282-hostvarsvars-templating.yaml
64379-no-loop-unsafe.yml
64424-ansible-test-acme-container.yml
64559-hcloud-inventory-missing-compose-variables.yaml
64585-mysql_dont_mask_mysql_connect_errors_from_modules.yml
64664-fix-sys-modules-file.yml
64733-make-no_log-false-override-no_log-warnings.yml
64751-fix-wrong-promt-len-calc-in-ansible-console.yaml
64789-regression-rescue-vars-not-defined.yml
64810-hostname-add-manjaro-linux-distribution.yml
64892-add-parameters-to-url_lookup_plugin.yaml
64902-fix-allow-duplicates-in-single-role.yml
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
64954_virtualization_podman.yml
64959-extract-filter-when-key-does-not-exist.yml
64963-dnf_idempotence.yml
65001-allow_configuring_async_startup_timeout.yml
65051-regex-replace-multiline.yaml regex_replace multiline support (#65051) 2020-02-19 12:19:40 -05:00
65073-fix-inventory-cli-loading-vars-plugins.yaml
65122-fix-encrypt_string-stdin-name-ouput-tty.yml
65138-Windows_Multidomain_support.yml Windows: Add multi-domain forest Support (#65138) 2020-02-18 08:43:17 +10:00
65198-ansibleundefined-is-not-unsafe.yml
65219-sanity-tests-print.yml
65302-dnf-msg-return.yml
65307-get_url-return-status-code-on-http-304.yaml
65365-fix-tb-printing-hostvars.yml
65376.yaml Use context manager in yum module. (#65376) 2020-04-14 09:21:22 +02:00
65422-fix-throttle-with-linear-strategy.yml
65437-ansible-test-module-validation-required.yml
65541-fix-utf8-issue-env-lookup.yml
65576-fix-free-strategy-handler-filtering.yaml
65618-ansible-galaxy-collection-verify.yaml
65624-paramiko-ctx-man.yml
65698-synchronize-docker-controller-managed.yml Add changelog 2020-02-20 17:44:40 -05:00
65722-unsafe-tuples.yml
65795-warn-if-user-has-set-append-but-not-set-groups.yaml
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
66067-git-archive_prefix-option.yaml
66085-ansible_config_file.yml
66128-fix-callback-set-options.yml
66189-hostname-osmc.yml
66219-update-user-module-for-64733.yml
66370-galaxy-add-metadata-property.yaml
66385-ansible-test-module-validation-elements.yml
66386-ansible-test-module-validation-list-elements.yml
66389-file-common-arguments.yml
66464-lookup-case-sensitivity-fix.yml
66549-enablerepo-not-honored-when-used-with-disablerepo-all.yml
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
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
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
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
66898-sanity-state-list.yaml
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
66921-sanity-state-get.yaml
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
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
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
67972-git-fetch-force.yml [git] make force=True apply to git fetches (#68691) 2020-04-06 15:25:24 -05:00
68181-fqcn-handler-notification.yml Allow tasks to notify a fqcn handler name (#68213) 2020-04-08 11:36:38 -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
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
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
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
action-plugin-always-cleanup.yml
add-global-warnings-container.yaml
add-type-typename.yaml
adhoc_default_collection.yml
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
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-connection_persist_issue.yaml
ansible-doc-removed-traceback.yml
ansible-galaxy-agent.yaml
ansible-galaxy-cli-add-token-alias.yaml
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
ansible-galaxy-ignore.yaml
ansible-galaxy-progress.yaml
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-support-for-automation-hub.yml
ansible-test-ansible-doc.yml
ansible-test-ast-parse-bytes.yml Fix ansible-test module_utils analysis. 2020-03-01 12:29:54 -08:00
ansible-test-boto-constraints.yml Fix ansible-test constraints for AWS. 2020-03-01 14:01:25 -08: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-cloud-secrets.yml
ansible-test-collections-ansible-adhoc.yml
ansible-test-collections-coverage-noise.yml
ansible-test-collections-import-sanity-test.yml
ansible-test-collections-requirements.yml
ansible-test-color-ls.yml
ansible-test-constraints-virtualenv.yml
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
ansible-test-coverage-ansible-connection.yml
ansible-test-coverage-constraint.yml
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-reorg.yml
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-test-container-1.9.2.yml
ansible-test-default-test-container-1.9.3.yml
ansible-test-default-test-container-1.10.1.yml
ansible-test-delegation-inventory.yml
ansible-test-delegation-options.yml
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
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
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
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
ansible-test-env-alteration.yml
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
ansible-test-fix-import-sanity-test.yml
ansible-test-fix-python-path.yml
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
ansible-test-hcloud-constraint.yml
ansible-test-ignore-pip-warnings.yml
ansible-test-ignore-tests-output.yml
ansible-test-integration-temp-dir.yml
ansible-test-jinja2-python-2.6.yml
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-testing.yml Update ansible-test network test provisioning. (#68220) 2020-03-23 11:14:21 -05:00
ansible-test-no-pip-check.yml
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-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
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
ansible-test-pylint-plugin-paths.yml
ansible-test-pytest-plugin-loading.yml
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
ansible-test-refactor.yml
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
ansible-test-remove-tox-option.yml
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
ansible-test-sanity-constraints.yml
ansible-test-sanity-requirements.yml
ansible-test-setuptools-constraint.yml
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
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
ansible-test-validate-modules-fixes.yml
ansible-test-vcenter-plugin.yml
ansible-test-venv-activation.yml
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
ansible-test-venv-system-site-packages.yml
ansible-test-virtualenv-python-search.yml
ansible-test-virtualenv-venv.yml
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
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
become-pass-precedence.yaml
change-get_bin_path-always-raise-exception.yaml
clean_facts-use-correct-variable-for-startswith.yaml
collection-install-mode.yaml galaxy - preserve mode properly on artifact (#68418) 2020-03-25 08:08:23 +10:00
collection-install-url.yaml
collection-prefix-basedir.yaml
collection_error_fix.yml
collection_jinja_cache_fix.yml
collection_loader-sort-plugins.yaml
collection_loader_import_fixes.yml
config-manager-vault-str.yaml
config_encoding_resilience.yml
cron-only-get-bin-path-once.yaml
cronvar-correct-binary-name.yaml
debug_loop_changed.yaml
deprecate-hash-behaviour.yml
detect-generic-container.yml
dict2items.yml
display-warning-remove-erroneous-space.yaml
distribution_release.yml
dont-template-cli-passwords.yml
end_host-remove_host_from_play.yml
extra-vars.yml
extra_vars_with_at_sign.yml
fallback_uid.yml fallback to uid when no uname (#68466) 2020-03-27 22:09:51 -04:00
fetch_no_slurp.yml Fix incorrect CVE reference in changelog fragment 2020-04-21 11:42:52 -07:00
file-change-src-without-state-to-error.yaml
file-fix-diff-peek-arg-spec.yaml
fileglob_fixes.yml Fix fileglob when using 'file*' vs 'stuff/file*' (#68945) 2020-04-17 09:51:05 -04:00
find-contains-docs.yaml
fips-paramiko-import-error.yaml
fix-ansible-galaxy-server.yml
galaxy-add-path-validation-utility-function.yaml
galaxy-cli-add-collection-path-parser-arg.yaml
galaxy-collection-install-version.yaml
galaxy-collection-rename-private-function.yaml
galaxy-collections-add-list.yml
galaxy-collections.yaml
galaxy-download.yaml ansible-galaxy - add download option (#67632) 2020-03-25 08:32:43 +10:00
galaxy-error-reason.yaml
galaxy-install-tar-path-traversal.yaml ansible-galaxy - Fix tar path traversal issue during install - CVE-2020-10691 (#68596) 2020-04-01 06:39:02 +10:00
galaxy-role-list-fix.yml
galaxy-role-version.yaml
galaxy-server-list.yaml
gather_facts-warnings.yaml
include_vars-ad-hoc-stack-trace-fix.yaml
include_vars_fix_none.yml
inventory_doc_fix.yml docs: Update inventory script paths (#68905) 2020-04-15 16:29:55 -04:00
limit-file-exception.yml
lineinfile-backrefs-match-object-type.yaml
lineinfile-use-correct-index-value.yaml
logging-traceback.yaml
misc_typo_fix.yml
module-validation-argument_spec-schema.yml
netbox-add-cache.yaml
netconf_plugin_device_handler.yml
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
no-log-sub-options-invalid-parameter.yaml
no_target_syslog-var.yaml Add variable for DEFAULT_NO_TARGET_SYSLOG (#68971) 2020-04-16 20:25:09 +10:00
openbsd-disabled-account-no-warning-for-passwd.yaml
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
paramiko_ssh-improve-error-message.yaml
pathlist_strip.yml strip spaces for each value in host list lists (#67701) 2020-02-25 09:16:27 -05:00
plugin_doc_link_fix.yml
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_web_request-aliases.yaml
ps_wrapper-deprecated_aliases.yaml
psexec-kerb-and-interactive.yaml
pwsh-minimum.yaml
py26-collection-loader.yml Address compat issue for collection loading on py26 (#68219) 2020-03-23 11:14:21 -05:00
python38-macos.yaml
reboot-add-last-boot-time-parameter.yaml
remote_mkdir_fix.yml avoid mkdir -p (#68921) 2020-04-13 17:16:29 -04:00
remove-2.9-deprecations.yml
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
server2008-dep.yaml
service-mgr-systemd-offline.yml
show_field_instead_of_value.yml Show field instead of value (#59926) 2020-02-21 17:01:09 -05:00
split-host-pattern-empty-strings.yaml
subversion_password.yaml subversion module - provide password securely when possible or warn (#67829) 2020-04-13 10:21:10 -04:00
systemd-offline.yml
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
user-aix-shadow-unbound-local.yaml
user-alpine-on-changed-fix.yaml
user-docs-group-fix.yaml
user-fix-value-comparison-on-macos.yaml
user_missing_etc_shadow.yml
v2.10.0-initial-commit.yaml
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-modules-argument-spec.yml
vars_prompt_error_on_unsupported_key.yaml
vault_tmp_file.yml fix vault temp file handling (#68433) 2020-03-25 15:24:04 -04:00
vault_tmp_race_fix.yml safely use vault to edit secrets (#68644) 2020-04-03 10:19:01 -04:00
vmware-module_fragments-group.yml
vmware_httpapi_fix.yml
wait_for_connection-interpreter-discovery-retry.yaml
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
win-coverage-out-encoding.yaml
win-unzip-check-extraction-path.yml win_unzip - normalize and compare paths to prevent path traversal (#67799) 2020-02-28 17:56:21 -05: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_become-shared-token.yaml
win_collection_relative.yaml Add relative module_util support for powershell (#68321) 2020-04-01 09:01:18 +10:00
win_command-encoding.yaml
win_credential-wildcard.yaml win_credential - fix wildcard name (#67549) 2020-02-19 07:43:04 +10:00
win_disk_facts-Set-output-array-order-by-disk-number.yml
win_domain_computer-credential.yaml
win_domain_computer-idempotence.yaml
win_domain_user-group-missing.yaml
win_domain_user-identity.yaml
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_firewall-Change-req-check-from-wmf-version-to-cmdlets-presence.yml
win_firewall_rule-add-support-for-icmptypecode.yml
win_format-Idem-not-working-if-file-exist-but-same-fs.yml
win_get_url-redirection.yaml
win_iis_webapppool-check-mode.yaml
win_iis_website-restarted.yaml
win_nssm-Implement-additional-parameters.yml
win_package-revamp.yaml
win_partition-var.yaml
win_pester-path-behaviour.yaml
win_timezone-Allow-dstoff.yml win_timezone - Allow for _dstoff timezones (#67892) 2020-03-02 08:02:38 +10:00
win_unzip-paths.yaml
windows-coverage-encoding.yaml