ansible/changelogs/fragments
Matt Martz 34809f2b02 [stable-2.7] Ensure that the src file contents is converted to unicode in diff info (#45744)
* Ensure that the src file contents is converted to unicode in diff info. Fixes #45717

* Fix up and cleanup

* The diff functionality in the callback plugins should have the
  to_text() calls removed since we're now doing it in ActionBase
* catching of UnicodeError and warnings in the callback diff
  functionality from 61d01f549f haven't been
  needed since we switched to to_text so remove them.
* Add a note to ActionBase's diff function giving an example of when the
  diff function will be inaccurate and how to fix it

* Fix callback get_diff() tests

I believe the unittests of callback's get_diff() were wrong.  They were
sending in a list where strings were expected.  Because previous code
was transforming the lists into strings via their repr, the previous
tests did not fail but they would have formatted the test cases output
in an odd way if we had looked at it.
(cherry picked from commit 95e77ac)

Co-authored-by: Matt Martz <matt@sivel.net>
2019-01-09 14:47:42 -08:00
..
15732-wait_for-documentation_fix.yaml [Backport 2.7] wait_for: Add note about path and port (#49118) 2018-11-26 13:58:43 -06:00
16748-docker_container-memory.yaml [2.7] docker_*: changelogs (#45056) 2018-09-06 09:39:34 -07:00
32738-native-jinja-types.yaml Add changelog for Jinja2 native types (#44309) 2018-08-17 16:27:16 +02:00
33156-vmware_guest-resource_pool.yaml VMware: Rewrite get_resource_pool method for correct resource_pool selection (#39792) 2018-10-09 13:47:43 -07:00
33239-sensu-expire-cast-int.yaml Cast int for expire field to avoid call failure to sensu API (#33239) 2018-12-03 18:36:32 -08:00
33579-docker_container-log_driver.yaml [2.7] docker_*: changelogs (#45056) 2018-09-06 09:39:34 -07:00
34863-rabbitmq_user_unpack_fix.yaml Ignore empty result of rabbitmqctl list_user_permissions (#35598) 2018-10-09 11:17:37 -07:00
35120-redis_inventory_plugin_flush_cache.yaml Only delete key from redis in-memory cache if present (#35126) 2018-10-09 12:09:07 -07:00
38679-vmware_guest-refactor_disk_logic.yml VMware: Refactor disc logic (#39285) 2018-10-12 10:32:51 -07:00
42042-inventory_with_no_region.yaml fixes #42042 (#42939) 2018-07-27 10:02:34 -04:00
42170-acme-backend-selection.yaml ACME: use Cryptography (if a new enough version is available) instead of OpenSSL (#42170) 2018-08-12 19:12:01 +02:00
42322-nmcli_fix_vlan_mod_function.yaml [2.7] nmcli: backport of #42415 (#46814) 2018-10-11 07:45:11 -07:00
42380-docker_container-check-mode.yaml [2.7] docker_*: changelogs (#45056) 2018-09-06 09:39:34 -07:00
42456-consul_kv-lookup.yaml Backport/2.7/42456 - Added SSL Support to consul_kv lookup plugin (#46466) 2018-10-09 11:25:31 -07:00
42641-44812-docker-env-variables.yaml [2.7] docker_*: changelogs (#45056) 2018-09-06 09:39:34 -07:00
42647-win_updates.yaml return wu result from inner job (#42647) 2018-07-11 18:01:42 -07:00
42669-add_ssl_zabbix_inventory.yaml Zabbix inventory improvement (#42669) 2018-07-14 09:10:16 -04:00
42857-docker_container-working_dir.yaml [2.7] docker_*: changelogs (#45056) 2018-09-06 09:39:34 -07:00
43024-nclu-empty-net-commands.yaml NCLU Module: Improve performance by not operating on empty lines (#43024) 2018-07-20 11:38:29 -04:00
43931-strip-trailing-comments.yml Strip trailing comments from /etc/default/passwd (#43931) 2018-08-15 15:04:45 -04:00
43997-docker_network-inspect.yaml [2.7] Fixes #33045: get existing containers in a network via inspect_network (Rebased #33048) (#47472) 2018-10-23 06:43:48 -07:00
44324-ini_file-options-with-no-section-managed.yaml Backport/2.7/44324 Fixes #30599 ini_file module: Options within no section managed (#47741) 2018-10-31 10:04:29 -07:00
44500-win_domain_computer.yaml Module win_domain_computer fix delete computer with child (#44500) 2018-08-27 15:54:16 +10:00
44508-win_lineinfile.yaml Switch to LiteralPath instead of Path. Closes #44508 (#44509) 2018-08-27 16:18:45 +10:00
44552-mail-py370-compat.yml Fix mail module for python 3.7.0 (#44550) (#44552) 2018-08-23 16:50:54 +10:00
44755-win_nssm_fixes.yaml win_nssm: add changelog fragment 2018-10-09 11:13:37 -07:00
44808-docker_container-idempotency.yaml [2.7] docker_*: changelogs (#45056) 2018-09-06 09:39:34 -07:00
44988-acme-post-as-get.yaml ACME: add support for POST-as-GET if GET fails with 405. (#44988) 2018-11-05 09:31:05 -08:00
45122-fix-unarchive-excluded_files.yaml fix: Make sure that the files excluded when extracting the archive are not checked (#45122) (#49700) 2018-12-10 10:15:22 -08:00
45151-fix-os-exception.yaml fix missing exceptions openstack modules (#48088) 2018-11-05 09:36:57 -08:00
45155-vmware-handle_exception.yaml Handle special service where package is not available (#45155) 2018-12-05 10:40:55 -08:00
45155-vmware_host_service_facts-update_docs.yaml VMware: update docs and return docs for vmware_host_service_facts (#49736) 2018-12-10 11:13:26 -08:00
45226-vmware_wait_for_ip_address.yaml VMware: honor "wait_for_ip_address" when powering on a VM (#45226) 2018-10-09 11:02:08 -07:00
45417-ldap_entry-list_conversion.yml Fix iterator to list conversion in ldap_entry module 2018-10-15 10:05:55 -07:00
45501-get_url-better_checksums.yaml [backport-2.7] Fix remote checksums when paths have leading dots (#45287) (#45501) 2018-09-12 08:05:25 -07:00
45508-parse-docker-service-parameter.yaml docker_service: parse scale parameter correctly to 2.7 (#47239) 2018-10-22 08:58:18 -07:00
45543-rabbitmq_bindings-fix-quote.yaml [rabbitmq_binding] Fix the quoting of vhost and other names (#45109) 2018-10-09 13:46:20 -07:00
45628-fetch_url-error-headers.yaml Fixing HTTPError case of fetch_url for Python 3 compatibility. (#45628) 2018-10-09 10:20:57 -07:00
45700-docker_container-dont-parse-absent.yml [2.7] docker_container: don't parse/interpret options if state is 'absent' (#45769) 2018-10-09 10:16:49 -07:00
45704-fix-redfish_facts-http-redirect.yaml [backport 2.7] Fixes HTTP redirect issue (#45513) (#47822) 2018-11-01 10:10:44 -07:00
45712-45753-vultr-timeout.yml add changelog fragment 2018-10-09 10:51:21 -07:00
45830-fixed-assigning-ssl-certificate.yaml Fixing assigning ssl certificate to http listener in app gateway (#45… (#46027) 2018-10-15 09:57:02 -07:00
45921-os_router-ignores-enable_snat-no.yml Fix os_router ignores enable_snat: no (#45921) 2018-10-12 10:30:58 -07:00
46044-puppet-puppet6-fix.yaml Backport/2.7/46044 Make puppet module useable on puppet 6 (#48871) 2018-11-19 10:17:00 -08:00
46049-route53-caa-ordering.txt [2.7] route53: fix CAA record ordering for idempotency (#46227) 2018-10-09 18:21:25 -07:00
46115-46035-cs_instance-fixes.yml [2.7] backport cs_instance fixes (#46274) 2018-10-09 18:22:07 -07:00
46148-provide-redfish_facts-gathering-flexibility.yaml Provide flexibility when retrieving facts (#46148) 2018-11-09 06:46:22 -08:00
46245-systemd-fix-service-enable-logic.yaml module/systemd: fix logic determining if a service needs to be enable… (#46318) 2018-10-09 18:23:47 -07:00
46322-docker_container-image-not-given.yaml docker_container: fix behavior when image is not specified (#46322) 2018-10-09 13:47:13 -07:00
46521-zabbix_host-fix-link-template-error.yml [2.7] zabbix_host: backport of #46521 (#47477) 2018-10-23 06:35:43 -07:00
46594-docker_container-publish-all-ports.yml docker_container: improve publish all ports functionality (#46594) 2018-10-11 07:20:42 -07:00
46595-docker_container-expected_ports.yml docker_container: fix problem with published_ports idempotency (#46595) 2018-10-11 07:20:42 -07:00
46604-ontap-cifs-server-no-log-password.yaml [Backport 2.7] sets admin_password to no_log in na_ontap_cifs_server (#49412) 2018-12-04 07:00:33 -08:00
46658-plugin_filter-improve_error_handling.yaml plugin_filter: check for type error (#46664) 2018-10-31 10:13:29 -07:00
46665-plugin_filter_doc_fix.yaml Update plugin filter documentation (#46665) 2018-11-12 19:25:01 -08:00
46700-vmware_doc-standalone_esxi.yaml VMware: Fix documentation for cloning template (#47847) 2018-11-01 10:13:09 -07:00
46739-gcp-compute-instance-metadata.yaml Do not try to encode metadata if it is None (#46739) 2019-01-07 09:14:30 -08:00
46740-gcp-utils-credentials-scoping.yaml Fix google auth scoping for unscoped credentials (#46740) 2018-12-06 09:43:35 -08:00
46743-fix-native-jinja-newlines.yaml Do not strip new lines in native jinja (#46751) 2018-10-22 09:47:45 -07:00
46800-ec2_vol_facts-handle-missing-tags.yml [aws] ec2_vol_facts: only access volume tags when set (#46801) 2018-10-22 09:06:14 -07:00
46961_fix_aws_ec2_cache.yaml Fix AWS EC2 inventory plugin caching of groups (#46961) 2018-10-22 11:59:50 -07:00
47019-mail-fix-py27-regression.yaml mail: Fix new breakage on python 2.7 (backport) (#49222) 2018-12-10 10:26:02 -08:00
47030-assert-add-success_msg-to-valid-args.yaml 2.7: adds 'success_msg' to valid args for assert module (#47030) (#47584) 2018-10-25 15:20:26 -07:00
47046-docker-versions.yaml Add changelog. 2018-10-22 09:44:30 -07:00
47096-junos-terminal-regex-fix.yml Backport: junos terminal regex prompt fix to v2.7 (#47203) 2018-10-22 08:38:12 -07:00
47109-fail-space-separated-string-pkgs.yaml 2.7: yum/dnf: fail when space separated string of names (#47109) (#47414) 2018-10-22 15:46:12 -07:00
47117-vmware_doc-http_api_usage.yaml doc: Scenario guide for VMware HTTP API usage (#47686) 2018-10-30 15:18:12 -05:00
47133-pamd_use_module_tmpdir.yml pamd: add delete=False to NamedTemporaryFile() (#47281) 2018-10-22 20:09:44 -07:00
47198-fix-setuptools-distutils.yaml [stable-2.7] pip: Fix the mistake replacement from 'distribute' to 'setuptools' (#47403) (#49132) 2018-11-26 15:44:05 -08:00
47281-pamd-dont-delete-named_temporary_file_on_close.yaml pamd: add delete=False to NamedTemporaryFile() (#47281) 2018-10-22 20:09:44 -07:00
47296-docker_container-memory_swappiness.yaml [2.7] docker_container: fix memory_swappiness documentation (#47378) 2018-10-22 10:40:27 -07:00
47300-ios-check_rc.yaml [2.7] ios check_rc: Default to sending text of exception, not the whole exception (#47300) 2018-10-25 15:19:46 -07:00
47307-handler-include-task.yml [stable-2.7] Fix exception when including tasks from handlers (#47307) 2018-10-22 15:52:54 -07:00
47313-vmware-fix_module_error.yaml VMware: Fix module usages in module_utils (#49421) 2018-12-04 07:32:06 -08:00
47313-vmware_utils-handle_requests_import_error.yaml VMware: Avoid misleading PyVmomi error if requests import fails 2018-10-31 08:23:32 -07:00
47395-docker_container-ipvX_address.yaml docker_container: warn if ipvX_address is used for networks but not supported by docker-py (#47395) 2018-10-23 06:43:10 -07:00
47396-docker_container-detach-auto-remove.yaml docker_container: fix interaction of detach:no with auto_remove:yes (#47396) 2018-10-23 06:44:12 -07:00
47459_grafana_dashboard_consistency_fix.yaml Fix consistency issue in grafana_dashboard module. (#47459) 2018-11-12 19:22:43 -08:00
47462-fix-redfish_config-idempotency.yaml [backport 2.7] Fix idempotency issues in set_bios_attributes (#47802) 2018-11-01 10:08:37 -07:00
47563-vmware_host-refactor_SSL_thumbprint.yaml VMware: correct logic to pass ESXi SSL thumbprint (#47600) 2018-10-31 10:06:21 -07:00
47608-docker_swarm-advertise_addr.yml [2.7] Fix advertise addr (#48405) 2018-11-09 10:15:22 -08:00
47621-bugfix-for-na-ontap-snapmirror.yaml Backport/2.7/47621 (#48129) 2018-11-05 15:12:46 -08:00
47668-aci_switch_leaf_selector-support_empty_policy_group.yaml aci_switch_leaf_selector: Support empty policy_group 2018-11-05 10:25:08 -08:00
47689-yum-fix-version-syntax.yaml yum: fix 'package == version' syntax (#47744) 2018-10-31 10:11:47 -07:00
47693-fix-argument-spec-for-netapp-modules.yaml Fix argument_spec for modules that are using the old version (#47693) (#48127) 2018-11-05 15:12:05 -08:00
47695-pamd-fix-idempotence-and-parsing-issues.yml Backport/2.7/47695 - pamd fixes (#48307) 2018-11-12 17:36:55 -08:00
47711-docker_container-minimal-version-checks.yml docker_container: simplify minimal required version per option handling (#47711) 2018-11-05 09:33:49 -08:00
47712-docker_container-detach-auto-remove.yml docker_container: improve race condition behavior for detach:no, auto_remove:yes behavior (#47712) 2018-10-31 10:05:39 -07:00
47722-vmware_guest_powerstate-restore_timeout.yaml VMware: restore timeout in set_vm_power_state operation (#47723) 2018-10-31 08:37:24 -07:00
47747-ftd-http-api-fixes.yaml [stable-2.7] FTD HTTP Api plugin bug fixes (#47747) (#48982) 2018-11-22 07:24:55 -08:00
47889-vmware_doc-fix_privilege_names.yaml VMware: improve readability and fix privileges names on scenario_clone_template (#47960) 2018-11-02 11:54:43 -05:00
47900-docker_container-paused.yml docker_container: fix paused and add some tests (#47900) 2018-11-05 10:09:12 -08:00
47920-vmware_guest-handle_no_root_snapshot.yaml VMware: Handle exception for no snapshot while cloning (#47924) 2018-11-05 09:29:46 -08:00
47938-docker_swarm_service-requirements.yaml clarify port.mode paramter requiremets, fail if unmet (#47938) 2018-11-12 19:29:46 -08:00
47997-docker_container-ipc-pid-mode.yml docker_container: fix ipc_mode and pid_mode idempotency (#47997) 2018-11-05 09:33:11 -08:00
48009-ldap_attr-list.yml ldap_attr bugfix (#48009) (#48106) 2018-11-05 10:10:16 -08:00
48036-vultr-fix-empty-list-handling.yaml vultr: fix for API returned unexpected empty list (#48036) 2018-11-08 17:13:56 -08:00
48061-docker_container-auto_removal.yml docker_container: fix container removal when auto_remove is used (#48061) 2018-11-05 10:10:34 -08:00
48148_net_put_cleanup.yaml Backport/2.7/48148: net_put module leaves empty files behind (#48151) 2018-11-08 17:18:21 -08:00
48317-do-not-auto-reboot-with-redfish_config-bios-changes Do not reboot after updating BIOS configuration 2018-11-12 19:31:23 -08:00
48341-ebs-optimized-ec2-instance.yaml (Backport) ec2_instance, ebs_optimized not sub-option of network (#48467) 2018-11-12 19:23:31 -08:00
48342-vultr_server_facts-fix-firewall-group.yml vultr_server_facts: add tests and changelog for firewall group fix in #48342 (#48411) 2018-11-12 19:30:28 -08:00
48474-k8s-module-docs-update.yaml Updated documentation for the k8s module 2018-11-12 19:31:48 -08:00
48536-docker_volume-labels.yml Docker volume fix labels (#48536) 2018-11-12 19:27:23 -08:00
48551-docker_container-idempotency.yml docker_container: fix tests and idempotency for init and shm_size (#48551) 2018-11-13 14:40:53 -08:00
48580-apt_key-no-tty.yaml Add changelog fragment about 'apt_key' no TTY fix 2018-11-19 10:17:46 -08:00
48590-docker_container-unpause-stop.yml [2.7] docker_container: make condition less specific (#48593) 2018-11-13 06:39:41 -08:00
48673-fix-omit-on-play-keywords.yaml Properly handle FieldAttribute.default if callable (#48992) 2018-11-26 12:56:40 -08:00
48675-cs_template-fix-keyerror-state-extracted.yml cs_template: fix KeyError on state=extracted (#48675) 2018-11-19 10:04:01 -08:00
48728-win_nssm-credential-quoting.yml Fix win_nssm credentials quoting (#48761) 2018-12-05 10:35:59 -08:00
48730-zabbix_hostmacro-fixes.yml added changelog fragment 2018-12-03 18:35:30 -08:00
48792-templar-fix-AttributeError.yml templar: ensure that exceptions are handled, fix 'AttributeError' (#48792) 2018-12-03 18:40:42 -08:00
48809-sysvinit_defaults_if_no_runlevels.yaml Sysvinit - Enabling a service should use "defaults" if no runlevels are specified 2018-11-19 13:47:07 -08:00
48836-proxymox_kvm-dictionary.yaml Fix dictionary iteration exception reported in #48096 (#48836) 2018-11-26 12:49:02 -08:00
48950-vault-encrypted-data-native-jinja.yaml Fix using vault encrypted data with jinja2_native (#49025) 2018-12-03 16:35:01 -08:00
49078-docker_container-min-version-fix.yml docker_container: fix init option idempotency with old docker-py versions (#49078) 2018-11-26 13:07:05 -08:00
49084-influxdb_user-default-password-fix.yaml Backport/2.7/49084 (#49973) 2019-01-07 09:25:36 -08:00
49096-ansible-galaxy-fix_info_typo.yaml Fix type in ansible-galaxy info output (#49096) 2018-12-03 14:32:40 -08:00
49113-iam-role-arn-parsing-updated.yml [aws] Revert back to getting the AWS role name from the URI (#49427) 2018-12-04 07:02:00 -08:00
49123-backport-devuan-support.yml Added changelog after review 2018-12-03 16:38:55 -08:00
49194-grafana_string_handling_fix.yml Add changelog 2019-01-09 14:44:30 -08:00
49212-require-git-ansible-galaxy.yaml require git when trying to use it in ansible-galaxy cli (#49212) 2018-12-03 16:39:34 -08:00
49235-docker_swarm_service-user-default.yaml docker_swarm_service: ensure idempotency when the user parameter is None (#49235) 2018-12-10 11:48:48 -08:00
49266-acme-error-messages.yml ACME: improve error handling (#49266) 2018-12-03 17:05:57 -08:00
49299-openshift-inventory-plugin-empty-pods-and-serialization.yaml Fix error where pod has error and no containers 2018-12-03 16:43:36 -08:00
49394_azure_image.yml azure_rm_image: fix creation of image with data disks (#49394) (#49518) 2018-12-05 10:40:19 -08:00
49407-acme-disabled-accounts.yml Add changelog. 2018-12-03 17:05:57 -08:00
49409-lineinfile_must_not_insert_lines_multiples_times_with_insertbefore_insertafter.yml [backport 2.7] Lineinfile must not insert lines multiples times with insertbefore/insertafter (#50084) 2019-01-07 10:08:38 -08:00
49474-network_utils_dict_merge_fix.yaml fixes an issue with dict_merge in network utils (#41107) 2018-12-05 10:32:15 -08:00
49553-aci_rest-fix-ignoring-custom-port.yaml aci_rest: Fix ignoring custom port 2018-12-10 10:22:41 -08:00
49794-docker_container-network-mode.yml [docker_container] Fixes idempotency checks for network_mode (#49797) 2019-01-07 09:20:34 -08:00
49922-network-cli-timeout.yaml Backport/2.7/49922: network_cli - ansible_command_timeout not working as expected (#50068) 2019-01-07 10:07:02 -08:00
49987-certificate_complete_chain-error.yml [2.7] certificate_complete_chain: fix stacktrace on parsing error (#49988) 2019-01-07 09:28:59 -08:00
50076-os-sec-group-rule-proper-module-exit.yaml os_security_group_rule proper module exit (#50076) 2019-01-07 10:46:11 -08:00
50134-influxdb_user-invalid_auth_fix.yml influxdb_user: Fixed unhandled exception on invalid login credentials 2019-01-07 10:56:06 -08:00
50143-win_firewall_rule-invalid-bypass.yml win_firewall_rule: Remove invalid 'bypass' action (2.7 backport) (#50222) 2019-01-07 10:46:56 -08:00
50185-win_updates-report-changes-correctly.yml win_updates: Correctly report changes on success (2.7 backport) (#50225) 2019-01-07 10:47:39 -08:00
50322-openssl-path-error.yml openssl_*: prevent error when path includes no path (#50322) 2019-01-07 11:09:28 -08:00
50337-fix-vultr_server-ssh_keys-handling.yml vultr_server: fix multiple ssh keys not handled (#50337) 2019-01-07 11:05:25 -08:00
50361-openssl_csr-idempotency.yml openssl_csr: idempotency doesn't work correctly for keyUsage (#50361) 2019-01-07 11:08:20 -08:00
50540-fix-lastpass-lookup-error.yaml Fix lastpass lookup error 2019-01-09 14:39:22 -08:00
54434-iam-role-arn-parsing.yml [aws] Fix IAM role name parsing to come from the ARN (#46076) 2018-10-11 09:43:14 -07:00
aci_access_port_to_interface_policy_leaf_profile-missing_policy_group.yaml Add changelog fragment 2018-11-05 10:50:39 -08:00
aci_interface_policy_leaf_policy_group-missing_aep.yaml [2.7] aci_iplpg: Support missing aep (#48115) 2018-11-05 10:52:04 -08:00
add_file_lock_feature.yaml Simple file locking feature (#42024) 2018-07-10 14:13:27 -07:00
add_random_mac_filtter.yaml Add random_mac string filter (#39775) 2018-06-21 15:56:54 -05:00
admin-users-default-change.yaml
ajson-nested-decode.yaml [stable-2.7] Support nested JSON decoding in AnsibleJSONDecoder (#45924) 2018-10-09 10:55:16 -07:00
alternative_facts.yml fix alt linux detection for new versions (#43723) 2018-08-10 15:16:33 -04:00
ansiballz_one_interpreter.yml AnsiballZ improvements 2018-07-26 20:07:25 -07:00
ansiballz_streamline_imports.yaml
ansible-connection-cleanup-when-failed.yaml [2.7] Clean up after ansible-connection if failure occurred in start() (#45930) 2018-10-09 18:18:32 -07:00
ansible-doc-fixes.yml fixes to ansible-doc (#47209) 2018-10-17 11:40:02 -05:00
any_unparsed_is_failed.yaml
authorized_key_symlinks.yaml authorized_key 29891 use os.path.realpath to follow keyfile symlinks (#40417) 2018-08-13 16:06:33 -07:00
avoid_cwd_vars.yml avoid loading vars on unspecified basedir (cwd) (#42067) 2018-06-29 16:45:38 -07:00
avoid_ssh_retry_discolsures.yml ensure ssh retry respects no log (#49569) (#49724) 2018-12-10 11:49:16 -08:00
aws_bugfix_backports.yml Changelog for AWS bugfixes (#45319) 2018-09-06 13:29:22 -07:00
aws_caller_facts_add_account_alias.yaml added account_alias in the response of module aws_caller_facts (#42345) 2018-08-22 17:21:12 -04:00
aws_cloudfront_distribution_fix_nonexistent_method_name.yaml [aws] cloudfront_distribution - fix method name, backport/2.7/45498 (#45512) 2018-09-11 14:34:35 -07:00
aws_core_is_boto3_error_code.yml
aws_parameter_store_pagination.yaml [aws_ssm_parameter_store] use describe_parameters paginator (#45632) (#45666) 2018-10-11 08:22:36 -07:00
aws_rds_inventory_plugin_added.yaml RDS inventory plugin (#41919) 2018-08-23 19:42:32 -04:00
aws_s3_async_fix.yaml
aws_s3_decryption_fix.yaml
aws_s3_fix_custom_endpoints.yaml
azure-storage-cloud-environment.yaml Cherrypick stable2.7 44802 (#45332) 2018-09-07 07:12:06 -07:00
azure-version.yaml azure_rm_common: use __version__ from module_util (#46184) 2018-10-09 13:42:47 -07:00
azure_autoscale.yaml Backport: fix the autoscale resource id #45477 (#45532) 2018-09-12 12:46:16 -07:00
azure_rm_autoscale-fixed_date.yml Fix auto scale create with fix date without recurrence (#47186) (#47258) 2018-10-22 21:06:22 -07:00
azure_rm_deployment_fix_45941.yaml fix premature exit when RG doesn't exist (#46013) 2018-10-09 10:31:49 -07:00
azure_rm_subnet_route_table.yaml Fix if the route table changed to none (#49533) (#49703) 2018-12-10 10:17:42 -08:00
basic_booleans_backward_compat.yaml Restore BOOLEANS import in basic.py (#42008) 2018-07-02 10:27:16 -04:00
batch_mode_elasticsearch_plugin.yaml Add the possiblity to force a plugin installation (#41688) 2018-06-27 12:36:51 -04:00
blockdoc.yml improved block docs (#43611) 2018-08-28 13:40:12 -04:00
blockinfile-bytes-fix.yaml Use bytes rather than native string for result (#46281) 2018-10-09 11:08:11 -07:00
callback-keep-more-debug-keys.yml [stable-2.7] Do not filter out exception, warnings, deprecations on failure when using debug (#47588) 2019-01-07 10:49:10 -08:00
callback_fixes.yml use ansible json encoder for results in callbacks (#46830) 2018-10-12 12:41:39 -07:00
callback_plugin_merge.yml Merge various stdout callback plugins into 'default' (#41058) 2018-06-24 23:00:07 -05:00
cb_fix_config.yml Fix callback config typos (#45316) 2018-09-06 13:27:59 -07:00
cfg_mgr_fix.yml fix bug in config mgr 2018-11-19 11:02:40 -08:00
clarify_error_message.yml better error messasge (#42770) 2018-07-19 12:13:09 -04:00
cleanup__file__.yaml Port modules away from __file__ 2018-07-09 15:51:20 -07:00
clear_system_variablse.yml Fix for changes in clearlinux (#49344) 2018-12-06 09:34:20 -08:00
cliconf-get-bugfixes.yaml [2.7] Update some cliconf plugins (#47141) (#47310) 2018-10-22 10:35:27 -07:00
command_shell_check_mode.yaml Enable check_mode in command module (#40428) 2018-07-23 14:06:41 -07:00
connection_reset.yaml changed winrm _reset to reset and make ssh reset show warning (#42651) 2018-07-11 20:22:01 -07:00
console_color.yml Allow to specifically customize console's color 2018-07-24 13:21:58 -04:00
copy-diff-text.yaml [stable-2.7] Ensure that the src file contents is converted to unicode in diff info (#45744) 2019-01-09 14:47:42 -08:00
dd-put-empty-files.yaml [stable-2.7] Support transfering empty files to target host. Fixes #36725 (#45751) 2018-10-09 18:18:06 -07:00
deal_with_bad_config_types.yml better handling of bad type in config (#48821) 2018-11-19 11:03:27 -08:00
deepcopy-alternative.yaml Don't use copy.deepcopy in high workload areas, use naive_deepcopy (#44337) 2018-08-20 15:08:29 -05:00
delegate-to-get-vars-no-task.yaml ensure if we get a non-Task object in _get_delegated_vars, we return early (#44934) 2018-08-30 17:11:32 -05:00
delegate_to_loop_hostvars.yaml [stable-2.7] Don't use the task for a cache, return a special cache var (#47243) 2018-10-22 10:33:19 -07:00
deprecated-__file__.yaml AnsiballZ improvements 2018-07-26 20:07:25 -07:00
detect_interpreter_stdout.yml match interpreter on stdout also (#49446) 2018-12-10 10:34:50 -08:00
django_manage_status.yaml Backport/2.7/46157 (#47558) 2018-10-25 15:19:13 -07:00
dnf-conf-file.yaml dnf - fix conf_file loading (#50515) 2019-01-07 10:16:06 -08:00
dnf-fix-plugin-loading.yaml dnf module load/init dnf pkg mgr plugins properly (#49278) 2018-12-03 18:41:24 -08:00
dnf-group-removal.yaml Improve dnf group output for clarity 2018-09-06 09:27:37 -07:00
dnf-immutable-mutable.yaml Handle dnf immutable mutable datatypes (#47434) 2018-10-22 19:11:45 -07:00
dnf-localgpgcheck.yaml dnf properly gpg check local packages based on param (#47455) 2018-10-23 12:31:05 -07:00
dnf-modularity.yaml dnf to support modularity module appstream specs 2018-11-19 14:56:45 -08:00
dnf-update-cache-broken-transaction.yaml fix order of dnf api operations so transactions don't fail (#50038) 2019-01-07 11:06:07 -08:00
dnfyum-disable-excludes.yaml don't restrict disable_excludes choices incorrectly (#47453) 2018-10-23 12:30:45 -07:00
docker-default-ssl.yml Fix ssl_version default value. (#42955) 2018-07-20 11:32:04 -04:00
docker-swarm-min-ver.yaml [2.7] docker_swarm: fix minimal API version (#49709) 2018-12-10 11:49:36 -08:00
docker_container-idempotency.yaml docker_container: fix various idempotency problems and non-working options (#45905) 2018-10-09 18:20:13 -07:00
docker_network-driver_options.yaml [docker_network] Add handling for Python booleans in driver_options 2018-11-19 10:16:19 -08:00
docker_volume-force-change-detection.yaml Fix option change detection / force support for docker_volume. (#47390) 2018-10-23 06:38:22 -07:00
drop-python-2.6-controller.yaml Add note to the porting guide about why we're dropping python-2.6 controller support 2018-08-13 07:38:38 -07:00
ec2-facts.yaml Remove deprecated ec2_facts (#44536) 2018-08-22 16:48:22 -05:00
ec2_group-rule-purge-fix.yaml [ec2_group] fix comparison of determining which rules to purge - 2.7 (#48967) 2018-11-26 12:48:19 -08:00
ec2_group_diff_mode_support.yml Add diff mode for ec2_group (#44533) 2018-08-23 19:43:18 -04:00
ec2_group_fix_target_containing_list_within_list.yaml ec2_group: fix regression for targets that are a list containing strings and lists (#45594) 2018-09-19 13:20:31 -07:00
ec2_vpc_route_table_replace_route_fix.yaml ec2_vpc_route_table - allow routes to be created if the CIDR already … (#45178) 2018-09-06 10:22:10 -07:00
elasticsearch_plugin-showSTDERRonFailure.yaml elasticsearch_plugin - Show STDERR on module failures. (#41954) 2018-06-29 17:28:17 -04:00
elb_application_lb_fix_state_default.yml Fix dangerous elb_application_lb state (#44646) 2018-08-24 13:04:15 -04:00
elb_target_group_fix_KeyError.yaml elb_target_group - prevent a KeyError exception (#45169) 2018-09-06 10:30:28 -07:00
ensure_text_source.yaml ensure 'text' source assumptions (#42522) 2018-07-10 09:45:37 -04:00
env_inject.yml handle env exception in gathering even no inject (#43569) 2018-08-10 15:11:20 -04:00
file_attributes.yaml
file_touch_check_mode.yaml Fix file module with check_mode - Fixes #42111 (#42115) 2018-06-29 11:19:34 -07:00
file_touch_diff.yaml
fips_md5_import.yaml basic.py: catch ValueError when trying to import hash algorithms (#44551) 2018-08-22 23:34:50 -07:00
firewalld-missing-port-protocol.yml Backport/2.7/50242 firewalld missing port protocol (#50493) 2019-01-07 11:06:39 -08:00
fix-255-exit-code.yaml Separate some 255 exit codes that are not ssh errors 2018-07-09 15:51:20 -07:00
fix-config-from-environment.yaml Normalize config from environment as text strings 2018-08-01 19:42:35 -07:00
fix-open-url.yml Only assume GET if no data, otherwise POST (#43133) 2018-07-23 07:30:10 -07:00
fix-os_router.yaml Add missing changelog for PR #44418 (#44478) 2018-08-23 12:32:34 +10:00
fix-password-lookup-on-fips.yaml [stable-2.7] Fix password lookup for FIPS 2018-10-31 13:54:29 -07:00
fix-selectors-error-condition.yaml Fix the local and ssh plugins for a cornercase retrying a syscall 2018-08-13 07:17:11 -07:00
fix-swap-mount-module.yaml Fix for creation and removal of swap record in fstab (fixes #42706, #31437 and #30090) (#42837) 2018-07-31 17:09:38 -04:00
fix-world-readable-skip-message.yaml Make links anonymous so that they don't trigger rstcheck 2018-08-27 20:43:53 -07:00
fix_calling_deprecate_with_correct_arguments.yaml Fix calling deprecate with correct arguments (#44726) 2018-10-09 10:49:19 -07:00
fix_ec2_group_target_vpc_precedence.yaml [2.7] ec2_group - fix VPC precedence for security group targets (#45787) (#45815) 2018-10-09 10:21:50 -07:00
fix_flatten.yml manage levels for 'multiple included lists' (#46359) 2018-10-11 08:48:40 -07:00
fix_no_log_loop.yml fix tempating issues with no_log and loops (#44468) 2018-08-21 21:53:56 -04:00
fix_nxos_facts_indefinite_hang.yaml [2.7]fix nxos_facts indefinite hang for text based output (#45846) 2018-09-19 09:00:53 -07:00
fix_vmware_inv.yml dont think all files are valid cause libs present (#50103) 2019-01-07 10:28:24 -08:00
fix_vyos_version.yaml Backport 2.7: Return correct version on installed VyOS (#39115) (#46730) 2018-10-11 07:26:09 -07:00
flatpak-compatibility-fixes.yaml Add changelog fragment for backported flatpak bugfixes 2019-01-07 09:19:48 -08:00
flatten-better-type-check.yml Use newer is_sequence function instead of MutableSequence (#44331) 2018-08-21 10:42:11 -05:00
free-strategy-include-var-tags.yaml [stable-2.7] Use the copied and merged task for calculating task vars in the free strategy. Fixes #47024 (#47060) 2018-10-22 08:36:00 -07:00
from_yaml_all_filter_plugin.yaml Add from_yaml_all to support multi document yaml strings (#43037) 2018-07-25 16:12:22 -04:00
ftd-http-api-plugin-refresh-token.yaml [stable-2.7] Store Authorization header inside HttpApi connection plugin (#45598) (#45608) 2018-10-09 10:12:21 -07:00
galaxy-metea-yaml-extension.yaml [stable-2.7] Support .yaml extension for meta file (#46505) 2018-11-13 14:38:38 -08:00
galaxy_list_all_roles.yaml Pass path to GalaxyRole object (#43051) 2018-08-23 12:44:48 -04:00
gce-sort-fix.yaml
gcp_service_account_home_path.yaml Allow home path expansion on GCP service account files (#44863) 2018-08-30 10:27:29 -04:00
get-url-fix-idempotency.yaml [stable-2.7] Fix logic to not re-download existing files when force=no (#45495) (#45509) 2018-09-12 07:28:54 -07:00
get_url-remove-fragile-code.yaml Improve code stability is checksum checking 2018-10-09 10:11:14 -07:00
get_url.yaml Implement part of #27617 [expend checksum format to <algorithm>:(<checksum>|<url>)] (#43751) 2018-08-24 12:45:32 -04:00
grafana_5_dashboard_compatible.yaml Moved grafana 5 dashboard compatible changelog to fragments dir (#43593) 2018-08-02 19:07:42 +10:00
hashing-changes.yaml Share the implementation of hashing for both vars_prompt and password_hash (#21215) 2018-08-27 08:40:41 -07:00
ignore_unreachable.yml New keyword: ignore_unreachable (#43857) 2018-08-23 11:41:02 -04:00
include-apply-insert-order.yaml Change insertion order of apply block to not affect the include_X task itself (#44912) 2018-08-30 16:56:28 -04:00
include-double-handler.yaml Make sure we skip handlers from includes in compile_roles_handlers. Fixes #44848 (#44852) 2018-08-29 15:05:55 -05:00
inv_fixes.yml better information for user from inventory plugins (#46766) 2018-10-12 10:38:57 -07:00
inventory_dir_ext_compare_fix.yaml Make sure we are comparing bytes extensions in inventory plugins (#42475) 2018-07-09 12:24:51 -04:00
ios-prompt-fix.yaml Fix prompt mismatch issue for ios (#47004) 2018-10-23 06:34:46 -07:00
iosxr_netconf_plugin_fix.yaml Fix iosxr netconf plugin response namespace (#49238) 2018-12-03 16:44:17 -08:00
ip_netns-fix-exists.yaml [2.7] fix error checking if netns exists (#47397) (#47441) 2018-10-23 07:16:10 -07:00
irc_py3_compat.yaml fix irc module to work with py3 (#42267) 2018-07-10 09:42:14 -04:00
issue46937-pr46519-pr47449-fix-pip-multiple-extras.yaml [stable-2.7] Fix problem where pip module cannot accept multiple extras (#47449) 2018-10-23 07:16:36 -07:00
jinja2_native-fallback-warning.yaml Warn about falling back to jinja2_native=false (#49063) 2018-12-03 16:36:00 -08:00
junos_commit_error_fix.yaml Fix mandatory statement error for junos modules (#50074) 2019-01-07 10:24:17 -08:00
k8s_auth_kubeconfig.yml Use kubeconfig if either context or kubeconfig is set (#47373) (#47496) 2018-10-24 07:33:20 -07:00
k8s_facts_fix.yaml k8s_facts: fix handling of unknown resource types (#47857) 2018-11-12 20:32:04 -08:00
lineinfile-empty-regexp.yml Add warning when using an empty regexp in lineinfile (#42013) 2018-06-29 17:15:43 -07:00
lineinfile-insertbefore-index-out-of-range.yaml Use proper index value with insertbefore on a one line file (#46071) 2018-10-09 12:17:30 -07:00
loop-cache-fix.yaml Ensure we only cache the loop when the task had a loop (#44901) 2018-08-30 12:02:43 -05:00
loop-cache-include-apply.yml [stable-2.7] Fix return statement where we short circuit _get_delegated_vars (#48102) 2018-11-05 11:19:47 -08:00
loop_undefined_delegate_to.yaml [stable-2.7] Ensure loop with delegate_to can short circuit the same as without delegate_to. Fixes #45189 (#45231) 2018-09-07 13:01:55 -07:00
lvg_fix_47301.yaml Add issue 47301 changelog fragment 2018-11-05 10:49:48 -08:00
lxd-idempotent-config.yaml changelog for lxd idempotence fix 2018-08-05 15:29:40 -07:00
mail-fix-regression.yaml mail: Fix regression when sending mail without SSL (v2.7) (#47019) 2018-10-22 16:45:21 -07:00
mass-remove-deprecated.yaml Mass nuke deprecated items that are easily removed. ci_complete (#44320) 2018-08-20 16:26:10 -05:00
missing_interpreter.yml more useful messages when module failure (#43576) 2018-08-02 13:30:57 -04:00
module_defaults_groups.yml Extend module_defaults by adding default groups for cloud modules (#44127) 2018-08-22 21:33:27 -04:00
more-world-readable-warning-skips.yaml Make links anonymous so that they don't trigger rstcheck 2018-08-27 20:43:53 -07:00
mysql-migrate_to_pymysql.yaml [stable-2.7] Migrate from MySQLdb to PyMySQL (#40123) 2018-10-09 10:26:21 -07:00
netconf_config_comfirm_commit_fix.yaml Fix in confirmed_commit capability in netconf_config modules (#46964) 2018-10-15 10:06:45 -07:00
netconf_config_default_operation.yaml Make default_operation optional in netconf_config module (#46333) 2018-10-09 12:01:33 -07:00
netconf_module_utils_py3_fix.yaml Fix netconf module_utils dict changed size issue (#46778) 2018-10-11 07:44:33 -07:00
no-dynamic-import-tasks.yaml Don't allow import_tasks to transition to dynamic when file is missing. See #44822 (#44836) 2018-08-29 11:43:26 -05:00
no-mutable-fieldattribute-defaults.yaml [stable-2.7] Do not use mutable defaults in FieldAttribute, instead allow supplying a callable for defaults of mutable types. Fixes #46824 (#46833). 2018-10-12 10:38:38 -07:00
no-overwrite-roles.yaml [stable-2.7] Ensure we don't overwrite roles from include/import_role when loading the play (#47512) 2018-10-23 12:29:12 -07:00
no_log_fix_for_connection_exceptions.yaml
nxos_ambiguous_command_check.yaml [2.7] Add ambiguous command check as the error message is not persistent on nexus devices (#45341) 2018-09-07 07:09:25 -07:00
nxos_evpn_vni_check_mode.yaml changelog 2018-11-05 09:31:36 -08:00
nxos_facts_multiple_bugfixes.yaml changelog 2018-12-03 16:40:41 -08:00
nxos_facts_trailing_comma.yaml Add changelog 2018-11-05 09:31:36 -08:00
nxos_file_copy_PY3_fix.yaml Add changelog 2018-10-23 06:44:52 -07:00
nxos_install_os_force_disruptive.yaml Add changelog 2018-11-05 09:31:36 -08:00
nxos_install_os_nxapi_fix.yaml changelog 2018-12-03 16:40:41 -08:00
nxos_interface_linkagg_idempotence.yaml changelog 2018-12-03 16:40:41 -08:00
nxos_ospf_vrf_idempotence.yaml Fix nxos_ospf_vrf module auto-cost idempotency and module check mode (#47190) 2018-10-23 06:44:52 -07:00
onepassword_unlock_vault.yaml Add ability to unlock 1Password vault to lookup plugins (#44923) 2018-08-30 16:24:06 -04:00
openssl-python3.yaml openss: fix various test and Python 3 issues (#47188) 2018-10-22 08:59:23 -07:00
openstack-fixes-for-2.7.5.yaml [stable-2.7] openstack: fix parameter handling when cloud provided as dict (#42899) (#49745) 2018-12-10 12:33:34 -08:00
openstack_inventory_fix.yml allow openstack invetnory to work cacheless 2019-01-07 10:23:12 -08:00
os-family_distro_variable_clearlinux.yaml set ansible_os_family from name variable in os-release for clearlinux… (#49906) 2019-01-09 14:32:06 -08:00
os_router_enable_snat_fix.yaml [backport 2.7] Check if enabled_snat is set in modules arguments (#46754) (#47807) 2018-11-01 10:10:20 -07:00
ovirt_host_network_check_for_empty_user_opts.yaml ovirt_host_network: check for empty user_opts (#46695) 2018-10-23 06:42:38 -07:00
ovirt_host_network_fix_type_conversion.yaml ovirt_host_network: Fix type conversion 2018-10-30 06:57:54 -07:00
ovirt_host_pm_bug_fixes_for_power_management.yaml ovirt_host_pm: Fix to powermanagement module (#47659) 2018-10-31 08:24:25 -07:00
ovirt_storage_connection_password-comparison.yaml Backport/2.7/48933 (#49400) 2018-12-04 06:59:10 -08:00
ovirt_vm__Fix_initialization_of_cloud_init.yaml ovirt_vm: Fix initialization of cloud init 2018-10-23 06:30:22 -07:00
ovirt_vm_check_next_run_configuration_update_if_exist.yaml ovirt_vm: Check next_run configuration update if exist 2018-10-23 08:36:40 -07:00
ovirt_vm_fix_issue_in_setting_the_custom_compatibility_version_to_NULL.yaml ovirt_vm: Fix issue in setting the custom_compatibility_version to NULL 2018-10-23 06:29:26 -07:00
ovirt_vm_fix_issue_in_SSO_option.yaml ovirt_vm: Fix issue in SSO option 2018-10-23 06:41:53 -07:00
parimko_ssh-log-message.yaml [stable-2.7] Improve log message in paramiko_ssh connection plugin (#49004) (#49318) 2018-12-03 17:02:43 -08:00
password_sanity_check.yml Give warning if user inputs not encrypted password to user module (#43615) 2018-08-13 12:45:37 -04:00
passwordstore-lookup-backup.yaml
pause-stdout-redirection.yaml Fix pause module so it does not stack trace when redirecting stdout. (#42217) 2018-07-06 17:19:55 -04:00
pause-try-except-curses.yaml Fix NameError in pause module (#42038) 2018-07-11 11:49:32 -04:00
persistent-socket-lock-name.yaml [2.7] Don't fail if a remote_addr with a '/' hits ansible_connection (#49781) (#50037) 2019-01-07 09:32:55 -08:00
pip-fix-idempotence-in-check-mode.yaml [stable-2.7] Fix pip idempotence in check mode 2018-11-11 10:14:35 -08:00
piped-transfer-empty-files.yaml [stable-2.7] Support empty files with piped transfer_method. Fixes #45426 (#45618) 2018-10-09 10:13:28 -07:00
playbook-order-reverse_inventory.yaml [stable-2.7] Fix reverse_inventory order to work on python3 (#49895) (#50048) 2019-01-07 11:12:31 -08:00
plugin-docs-list-fix.yaml fixes to ansible-doc (#47209) 2018-10-17 11:40:02 -05:00
plugin-filters-cfg.yaml [stable-2.7] Fix issues with PLUGIN_FILTERS_CFG config handling (#45994) 2018-10-09 10:55:46 -07:00
plugins-accept-only-valid-args.yaml Ensure action plugins accept only valid args (#44779) 2018-08-30 09:40:36 -04:00
postgresql_user-not-sup-error.yaml postgresql_user: fix test errors on newer Fedora versions (#47166) 2018-10-22 08:37:32 -07:00
powershell-bootstrap.yaml powershell - add bootstrap wrapper to packaging manifest 2018-11-30 08:48:24 -08:00
preserve_delegate_nolog.yml preserve delegation info on no_log (#42577) 2018-07-11 20:41:37 -04:00
ps_sb_logging.yaml split PS wrapper and payload (CVE-2018-16859) (#49143) 2018-11-26 15:28:47 -08:00
psexec-handle-socket-errors.yaml psexec: Handle socket errors (Connection timeout) (Backport) (#47407) 2018-10-22 11:34:25 -07:00
psexec-imp-error.yaml psexec: better error on import failure (#47327) 2018-10-22 10:41:19 -07:00
psrp-utf8-stdio.yaml WinRM/PSRP: Ensure shell returns UTF-8 output (#47404) 2018-10-23 21:04:09 -07:00
psrp-utf8.yaml psrp - fix unicode handling in Python 2 (#47461) 2018-10-23 21:04:09 -07:00
puppet_debugging_options.yaml Add additional puppet options (#42218) 2018-07-06 13:52:17 -04:00
pure_facts_fix.yaml Pure Storage facts fix (#50349) 2019-01-07 10:57:29 -08:00
reboot-change-default-boot-command.yaml [stable-2.7] Always use /proc/sys/kernel/random/boot_id to confirm reboot on Linux (#47017) 2018-11-09 10:06:24 -08:00
reboot-fix-exception-type.yaml [stable-2.7] Use IndexError in exception (#49488) 2018-12-05 10:34:28 -08:00
reboot-path-alpine-solaris.yaml [stable-2.7] Reboot - Fix command not found, add Apline support, fix Solaris command (#49272) 2019-01-07 09:16:58 -08:00
reboot-unicode-string.yaml Use unicode instead of bytes (#46234) 2018-10-09 10:19:57 -07:00
reboot-var-fix-bare-linux.yaml reboot: Fix typo and support bare Linux systems (#45607) 2018-10-09 10:19:57 -07:00
reboot-vmware-esxi.yaml [stable-2.7] Reboot - Fix VMware ESXi not working by adding appropriate commands (#49637) 2019-01-09 14:39:56 -08:00
reboot_missing_parameter.yaml Register missing parameter reboot_timeout (#46585) 2018-10-09 18:25:58 -07:00
reboot_openbsd_support.yaml Add support for OpenBSD (#46147) 2018-10-09 18:22:44 -07:00
redis-3-compat.yaml [stable-2.7] Support version 3 of the redis python library (#49445) 2018-12-06 09:36:00 -08:00
remote_tmp_de-escalated_user.yaml Fix remote_tmp when become with non admin user (#42396) 2018-07-06 10:49:19 -07:00
remove-merge-multiple-tags.yaml Remove deprecated tags config option (#44479) 2018-08-21 14:57:06 -05:00
remove-simplejson.yaml Remove use of simplejson throughout code base (#43548) 2018-08-10 11:13:29 -05:00
remove-unused-ansible-remote-temp.yaml ANSIBLE_REMOTE_TMP was an implementation of unified temp that was later changed 2018-07-25 16:57:46 -07:00
remove_redundant_md5.yml remove redundant md5 hashing 2018-11-01 10:54:05 -07:00
restore_sigpipe_dfl.yml [stable-2.7] Restore SIGPIPE handler to DFL on POpen 2018-10-15 10:54:04 -07:00
s3.yaml Remove deprecated s3 module (#44537) 2018-08-22 16:48:09 -05:00
script-module-no-file-path.yaml [stable-2.7] Don't pass file_name to DataLoader.load in script inventory plugin (#45428) 2018-09-10 17:36:22 -07:00
service.yml module_utils_service: Fix glob path of rc.d (#43018) 2018-07-31 11:56:11 -04:00
sns_topic_boto3_port.yaml sns_topic boto3 port (#39292) 2018-08-23 21:04:18 -04:00
solaris-prtdiag-path.yaml Locate prtdiag even when absent from /usr/bin (#44113) 2018-10-12 10:34:51 -07:00
squash-deprecation-message.yml [stable-2.7] Make squash deprecation messages less misleading (#49551) 2018-12-06 10:01:35 -08:00
syslog_facility-for-journald.yml
systemd_user_dep_fixes.yml correct and clarify deprecation (#45234) 2018-09-06 11:36:28 -07:00
telent-prompt-fix.yaml [2.7] escape default prompt detection in telnet action plugin (#46573) (#47440) 2018-10-23 09:27:01 -07:00
template_output_encoding.yml Allow specifying the output encoding in the template module (#42171) 2018-07-25 13:10:40 -07:00
terminal_plugin_nxos_iosxr.yaml fix nxos terminal plugin 2018-09-06 10:09:27 -07:00
tls_mail.yml mail: fixed STARTTLS module working with python 3.7.0 (#47412) 2018-11-08 17:24:43 -08:00
to-nice-json-separators.yaml Fixes #23078 - eliminate trailing whitespace in to_nice_json (#42633) 2018-08-22 14:55:30 -05:00
unsafe-set-wrap.yaml [stable-2.7] Handle sets differently than lists in wrap_var. Fixes #47372 (#47510). 2018-10-23 12:30:15 -07:00
uri-supports-async.yaml [stable-2.7] Add missing self._supports_async to uri action plugin (#47677) 2018-10-31 08:25:15 -07:00
urls-if-modified-since.yaml Introduce and use locale-naive rfc2822 date format function (#44868) 2018-08-30 08:34:37 -05:00
user-do-not-pass-ssh_key_passphrase-on-cmdline.yaml 2.7: user: do not pass ssh_key_passphrase on cmdline (#47445) 2018-10-22 19:59:34 -07:00
user-docs-underlying-tools.yaml Add documentation on underlying tools in user module (#46455) (#46511) 2018-10-08 14:13:52 -05:00
user-fix-zero-negative-expiration.yaml [stable-2.7] user: fix removing the expiry time when it's 0 (#47115) 2018-11-09 10:04:50 -08:00
user-freebsd-createhome-name-fix.yaml fix a (forgotten?) change in moving createhome -> create_home (#42711) 2018-07-16 16:55:57 -04:00
user-module-backup-shadow.yaml Add backup feature to user module (#41854) 2018-08-15 16:22:26 -04:00
user-password_lock-change-fix.yaml [stable-2.7] make password locking in user module idempotent (#43671) 2018-11-09 10:07:03 -08:00
user-restore-disabled-account.yaml [stable-2.7] User module - allow bang and exclamation in password field without warning (#46498) 2018-11-05 15:14:42 -08:00
user_freebsd_always_changed_bugfix.yaml Only report change when home directory is different on FreeBSD (#42865) 2018-07-19 10:07:00 -04:00
v2.7.0-initial-commit.yaml
v2.7.0_summary.yaml New release v2.7.0 2018-10-03 20:27:28 -07:00
v2.7.0a1_summary.yaml Rename the 2.7.0a1 summary. 2018-08-31 11:41:34 -07:00
v2.7.0b1_summary.yaml Add a summary for 2.7.0b1 2018-08-31 14:36:48 -07:00
v2.7.0rc1_summary.yaml New release 2.7.0rc1 2018-09-06 18:44:59 -07:00
v2.7.0rc2_summary.yaml New release v2.7.0rc2 2018-09-13 11:41:10 -07:00
v2.7.0rc3_summary.yaml New release 2.7.0rc3 2018-09-20 18:07:04 -07:00
v2.7.0rc4_summary.yaml New release v2.7.0 2018-10-03 20:27:28 -07:00
v2.7.1 New release v2.7.1 2018-10-25 13:12:52 -07:00
v2.7.2_summary.yaml New release v2.7.2 2018-11-15 13:48:34 -08:00
v2.7.3_summary.yaml New release v2.7.3 2018-11-29 09:02:47 -08:00
v2.7.4_summary.yaml New release v2.7.4 2018-11-30 09:30:22 -08:00
v2.7.5_summary.yaml New release v2.7.5 2018-12-13 09:26:14 -08:00
vars_prompt-allow-prompting-for-play-vars.yaml Only template values in vars_prompt rather than all vars (#39304) 2018-08-13 12:54:31 -04:00
vault-errors.yaml Raise a nicer error when we cannot execute the editor (#44423) 2018-08-22 10:24:11 -05:00
vm_fix.yml Fix for a caching traceback 2018-12-06 10:59:32 -08:00
vmware_wait_for_task_fix.yaml VMware: Fix wait_for_task backoff behavior 2018-09-12 12:43:26 -07:00
vultr_modules_renamed.yml vultr: rename prefix vr_to vultr_ (#43994) 2018-08-13 10:21:50 +02:00
win_become_async_older_hosts.yml runas + async - get working on older hosts (#41772) 2018-06-26 14:40:49 +10:00
win_chocoalatey_install_tls12.yml win_chocolatey: add TLSv1.2 support for install phase (#41992) 2018-07-13 13:38:24 +10:00
win_chocolatey-bugfixes.yaml win_chocolatey: refactor module to fix bugs and add new features (#43013) 2018-07-24 07:52:13 +10:00
win_chocolatey-return-rc-always.yml win_chocolatey: always return the rc return value (#41883) 2018-06-25 08:23:31 +10:00
win_copy-dest-quote.yaml powershell: do not quote join_path result to reflect ShellBase join_path (#45944) 2018-10-09 10:25:42 -07:00
win_copy-empty-dir.yaml win_copy - fix remote dir copy when it contains an empty dir (#50126) 2019-01-07 10:23:42 -08:00
win_disk_image-mount-paths.yaml win_disk_image: return all mount paths in return value (#44799) 2018-08-30 16:25:45 +10:00
win_domain-dns-typo-fix.yml win_domain: fix typo in cmdlet call (#41993) 2018-06-27 11:29:45 +10:00
win_domain_controller-netlogon.yaml win_domain modules: ensure Netlogon service is still running after promotion (#43703) 2018-08-10 16:17:45 +10:00
win_group_membership-com-marshal.yaml win_group_membership - fix random issue with CI on 2012 R2 (#45462) 2018-09-11 07:05:18 -07:00
win_iis_webapppool-output-fix.yml win_iis_webapppool: do not output some cmdlet outputs (#41884) 2018-06-26 11:19:09 +10:00
win_lineinfile-output.yaml win_lineinfile - fix malformed returned json (#50066) 2019-01-07 10:19:34 -08:00
win_privilege_util.yaml Add Ansible.ModuleUtils.PrivilegeUtil and converted code to use it (#43179) 2018-07-30 14:48:54 -07:00
win_psexec_command_arg.yaml win_psexec: fix arg handling when command contains multiple args (#44797) 2018-08-29 10:12:29 +10:00
win_psexec_session-selection.yaml Add new session parameter to win_psexec (#44263) 2018-08-29 09:42:59 +10:00
win_reboot-fixes.yml win_reboot: fix 2.6 issues and better handle post reboot reboot (#42330) 2018-07-11 09:12:29 +10:00
win_reboot-post-reboot-delay.yaml Backport #46360 for 2.7 - Fix for ignore post_reboot_delay (#46510) 2018-10-11 07:42:03 -07:00
win_say-fix.yaml win_say - fix up syntax and test issues (#45450) 2018-09-10 17:37:42 -07:00
win_security_policy-empty-value.yaml win_security_policy: Allow setting a value to empty (#42051) 2018-07-13 14:08:14 +10:00
win_security_policy-rights.yaml win_security_policy - add warning when using this module ot edit rights (#48850) 2018-11-20 13:54:08 -08:00
win_updates-async-fix.yml
win_uri-json.yml Fix support for JSON output when charset is set (#44762) 2018-08-29 08:10:46 +10:00
win_uri-junk-data.yaml win_uri: stop output from mixing with module result (#48140) 2018-11-05 17:42:52 -08:00
win_user-validate-fixes.yaml win_user: use different method to validate credentials that does not rely on SMB/RPC (#43059) 2018-07-24 08:16:42 +10:00
win_wait_for-timeout.yaml Fix issue when timeout and state=present (#43464) 2018-08-29 07:31:24 +10:00
windows_setup_memtotal.yml [stable-2.7] fix memtotal_mb rounding on VMWare and swaptotal_mb conversion from KB to MB (#50055) 2019-01-07 10:10:46 -08:00
winrm_kinit-remove-pass-log.yml Stop displaying kinit pass input on a failure (#41882) 2018-06-26 05:49:19 +10:00
winrm_pexpect.yaml winrm: add further conditional to using pexect for kerb auth (#45952) 2018-10-09 10:58:24 -07:00
wrcwd_ansible.cfg.yml fix changelog (#42272) 2018-07-03 14:31:19 -04:00
yum-handle-obsoletes-check-update.yaml yum also parse obsolete package output (#45365) 2018-11-09 10:03:58 -08:00
yum-proxy-userpass.yaml fix yum proxy username/password handling (#47435) 2018-10-23 06:31:07 -07:00
yum4_dnf_yum_action_plugin.yml YUM4/DNF compatibility via yum action plugin (#44322) 2018-08-27 10:17:47 -07:00
yum_bugfux.yml yum module handle list optional empty strings properly (#46634) (#46819) 2018-10-11 09:41:04 -07:00
yum_bugfux_conf_file_none_type.yml yum module properly check for None config_file (#46641) (#46820) 2018-10-11 12:16:50 -07:00
yumdnf-autoremove.yaml Correct yum and dnf autoremove behavior (#47902) 2018-11-05 15:15:43 -08:00
yumdnf-better-uri-handling.yaml add changelog for pr #49912 (#49962) 2019-01-07 09:24:21 -08:00
zypper-on-ubuntu.yaml Ensure that apt is always chosen on debian/ubuntu (#44413) 2018-08-20 15:59:56 -04:00