ansible/changelogs/fragments
Matt Martz 8c08d03989
Fieldattribute inheritance with defaults (#50891)
* Add tests for check_mode at play and task level

These test inheritance of check_mode from the various levels (command
line, as a play attribute and as a task attribute) so they will be
useful for checking that the change to fieldattribute inheritance with
defaults works

* Add a sentinel object

The Sentinel object can be used in place of None when we need to mark an
entry as being special (usually used to mark something as not having
been set)

* Start of using a Sentinel object instead of None.

* Handle edge cases around use of Sentinel

* _get_parent_attribute needs to deal in Sentinel not None

* No need to special case any_errors_fatal in task.py any longer

* Handle more edge cases around Sentinel

* Use Sentinel instead of None in TaskInclude

* Update code to clarify the vars we are copying are class attrs

* Add changelog fragment

* Use a default of Sentinel for delegate_to, this also allows 'delegate_to: ~' now to unset inherited delegate_to

* Explain Sentinel stripping in _extend_value

* Fix ModuleArgsParser tests to compare with Sentinel

* Fixes for tasks inside of roles inheriting from play

* Remove incorrect note. ci_complete

* Remove commented code
2019-01-23 11:40:07 -06:00
..
2.8-core-deprecations.yaml 2.8 Core Deprecation Removal (#45232) 2018-09-10 15:05:52 -05:00
2.8-removed-modules.yaml Stub out modules scheduled for 2.8 removal (#44985) 2018-08-31 16:27:32 -05:00
11349-add-ansible_play_name-var.yaml Add ansible_play_name magic var (#48562) 2018-11-12 11:18:49 -05:00
11935-slack-add_hex_color_values.yaml Add support for hex color in slack module (#49804) 2018-12-12 08:41:49 +00:00
32366-test-match_fix_docs.yaml Correct match test documentation (#50229) 2018-12-21 09:38:31 -05:00
33754-docker_image_fix_changed_in_force_mode.yaml docker_image: Fix up 'changed' event in force mode (#33754) 2018-10-30 08:48:30 +00:00
34209-template-lookup-vault-support.yaml Allow for vaulted templates in template lookup (#49819) 2019-01-07 10:06:01 -05:00
35370-add_support_for_docker_network_internal_flag.yaml [docker_network] add ipv6 support (#47492) 2018-11-02 08:59:16 +10:00
37150-make_modprobe_module_check_for_builtins_as_well.yaml Make modprobe module check for builtins as well (#37150) 2018-12-20 15:30:29 -06:00
38118-postgresql_user-fix_conn_limit_type.yml postgresql_user: set type of conn_limit (#50178) 2018-12-22 20:28:56 +05:30
38833-docker_volume-option-minimum-versions [docker_volume] Checking option minimal versions (#49839) 2018-12-14 13:20:48 -06:00
40174-junit-test-case-prefix-filter.yaml Implement test case prefix to filter test cases (#40174) 2018-12-03 18:41:44 +00:00
40176-junit-hide-task-arguments.yaml Implement hide task arguments feature (#40176) 2018-12-03 09:22:51 +00:00
42866-galaxy-search-unicode.yaml ansible-galaxy: fix searching with unicode 2018-10-18 14:59:03 -04:00
43123-add_support_for_per_host_no_stats.yaml Fix callout json plugin show global stats (#43123) 2018-10-01 11:06:14 -05:00
43874-docker_container-stop_timeout.yaml docker_container: ambiguous parameter "stop_timeout" (#43874) 2018-09-30 12:03:53 +01:00
44278-pamd_valid_simple_controls.yaml Add definitive to valid_simple_controls in pamd module (#44601) 2018-09-04 11:14:22 -04:00
44428-inventory-plugin-list.yml inventory plugin order: update doc 2018-12-12 09:35:13 -08:00
44789-docker_container-comparisons.yaml docker_container: allow to configure comparison for existing containers (#44789) 2018-09-28 08:33:38 +01:00
44988-acme-post-as-get.yaml ACME: add support for POST-as-GET if GET fails with 405. (#44988) 2018-10-29 10:32:53 +01:00
45155-vmware_host_service_facts-update_docs.yaml VMware: update docs and return docs for vmware_host_service_facts (#49736) 2018-12-10 23:57:39 +05:30
45628-fetch_url-error-headers.yaml Fixing HTTPError case of fetch_url for Python 3 compatibility. (#45628) 2018-09-19 10:53:16 -05:00
46322-docker_container-image-not-given.yaml docker_container: fix behavior when image is not specified (#46322) 2018-10-06 08:50:12 -05:00
46443-mongodb_user-fix-roles-default-value.yaml module mongodb_user fix roles default value (#46443) (#46526) 2019-01-22 15:57:49 -05:00
46483-role_names-change.yaml Include dependency role names in role_names. (#46483) 2018-11-15 10:01:29 -05:00
46594-docker_container-publish-all-ports.yml docker_container: improve publish all ports functionality (#46594) 2018-10-08 08:23:23 +01:00
46595-docker_container-expected_ports.yml docker_container: fix problem with published_ports idempotency (#46595) 2018-10-08 08:41:15 +01:00
46596-docker_container-published_ports.yml docker_container: add port range and IPv6 support for published_ports (#46596) 2018-10-08 10:53:24 +01:00
46598-docker_container-volume-modes.yml docker_container: allow more mount modes for volumes (#46598) 2018-10-08 10:11:03 +01:00
46608_azure_rm_inv_py3.yaml add changelog for 46608 2018-12-10 17:12:18 -08:00
46658-plugin_filter-improve_error_handling.yaml plugin_filter: check for type error (#46664) 2018-10-30 18:25:02 +05:30
46739-gcp-compute-instance-metadata.yaml Do not try to encode metadata if it is None (#46739) 2018-10-10 12:14:47 +02:00
46740-gcp-utils-credentials-scoping.yaml Fix google auth scoping for unscoped credentials (#46740) 2018-12-06 11:29:57 +00:00
46743-fix-native-jinja-newlines.yaml Do not strip new lines in native jinja (#46751) 2018-10-19 00:14:43 +02:00
46772-docker_container-healthcheck.yaml Add Support of healthcheck in docker_container module (#46772) 2018-10-24 11:49:56 +01:00
46961_fix_aws_ec2_cache.yaml Fix AWS EC2 inventory plugin caching of groups (#46961) 2018-10-22 09:15:27 -04:00
47019-mail-fix-py27-regression.yaml mail: Fix new breakage on python 2.7 (#49197) 2018-12-10 10:25:33 -08:00
47134-elasticsearch_plugin-fix_param_type.yml fix module argument to be boolean (#47134) 2018-11-30 10:43:29 +00:00
47193-fix-gce-and-scaleway-vm-detection.yml Fix GCE and scaleway VM detection (#47193) 2018-11-30 10:38:43 +00:00
47213-onepassword_facts_fix_password_lookup.yaml Fix an issue retrieving some types of 1Password items. (#47213) 2018-12-05 11:49:26 -05:00
47247-docker_container-add-runtime-option.yaml Add runtime option to docker_container module (#47247) 2018-10-19 09:04:17 +01:00
47281-pamd-dont-delete-named_temporary_file_on_close.yaml pamd: add delete=False to NamedTemporaryFile() (#47281) 2018-10-19 10:46:47 -04:00
47300-ios-check_rc.yaml ios check_rc: Default to sending text of exception, not the whole exception (#47300) 2018-10-24 09:56:47 -04:00
47307-handler-include-task.yml Fix exception when including tasks from handlers (#47307) 2018-10-22 10:46:36 -05:00
47313-vmware-fix_module_error.yaml VMware: Fix module usages in module_utils (#49421) 2018-12-04 10:11:29 +05:30
47393-docker_image-id.yaml docker_image: allow to delete image by ID (#47393) 2018-10-23 07:52:36 +01: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 07:52:08 +01:00
47396-docker_container-detach-auto-remove.yaml docker_container: fix interaction of detach:no with auto_remove:yes (#47396) 2018-10-23 07:51:24 +01:00
47459_grafana_dashboard_consistency_fix.yaml Fix consistency issue in grafana_dashboard module. (#47459) 2018-11-09 17:27:11 -05:00
47492-docker_network-add-ipv6-support.yaml [docker_network] add ipv6 support (#47492) 2018-11-02 08:59:16 +10:00
47500-rds_instance.yaml An error occurs if cluster_id is not specified (#47500) 2018-10-26 11:07:40 +10:00
47539-fix-netaddr-network.yaml ipaddr filter - return a network address when given an address with /32 subnet (#47539) 2018-11-08 11:49:42 -05:00
47668-aci_switch_leaf_selector-support_empty_policy_group.yaml aci_switch_leaf_selector: Support missing policy_group (#47992) 2018-11-05 19:02:06 +01:00
47689-yum-fix-version-syntax.yaml yum: fix 'package == version' syntax (#47744) 2018-10-30 16:28:22 +01:00
47695-pamd-fix-idempotence-and-parsing-issues.yml add changelog fragment for changes merged in #47695 (#48305) 2018-11-08 11:34:28 +10:00
47704-apt-warn-auto-intall.yml apt: warn users on auto-install dep (#47704) 2018-10-29 19:56:15 +01:00
47711-docker_container-minimal-version-checks.yml docker_container: simplify minimal required version per option handling (#47711) 2018-11-05 10:25:11 +10:00
47712-docker_container-detach-auto-remove.yml docker_container: improve race condition behavior for detach:no, auto_remove:yes behavior (#47712) 2018-10-29 08:22:52 +00:00
47722-vmware_guest_powerstate-restore_timeout.yaml VMware: restore timeout in set_vm_power_state operation (#47723) 2018-10-29 12:08:17 +05:30
47814-docker_container-device-io-limit-parameters.yaml Support for device read write limit parameters (#47814) 2018-11-02 08:58:06 +10:00
47846-cs_ip_address-fix-vpc-vs-network.yaml cs_ip_address: fix vpc and network mutually exclusive (#47846) 2018-11-01 07:26:08 +01:00
47859-vmware_guest-convert_vm_disk_clone.yaml VMware: Add option to modify disk type while cloning template (#47859) 2018-12-05 15:50:23 +05:30
47900-docker_container-paused.yml docker_container: fix paused and add some tests (#47900) 2018-11-01 08:08:43 +00:00
47916-grafana_dashboard-fix-logic-behind-overwrite-param.yaml fix boolean logic for overwrite parameter (#47916) 2018-11-05 12:59:01 +00:00
47920-vmware_guest-handle_no_root_snapshot.yaml VMware: Handle exception for no snapshot while cloning (#47924) 2018-11-02 13:40:06 +05:30
47938-docker_swarm_service-requirements.yaml clarify port.mode paramter requiremets, fail if unmet (#47938) 2018-11-12 11:36:02 +00:00
47997-docker_container-ipc-pid-mode.yml docker_container: fix ipc_mode and pid_mode idempotency (#47997) 2018-11-05 10:26:13 +10:00
48036-vultr-fix-empty-list-handling.yaml vultr: fix for API returned unexpected empty list (#48036) 2018-11-04 11:23:36 +01:00
48061-docker_container-auto_removal.yml docker_container: fix container removal when auto_remove is used (#48061) 2018-11-05 11:33:56 +00:00
48069-default-callback-unreachable_stderr.yml default: callback plugin allow unreachable task to stderr (#50533) 2019-01-09 11:43:59 -05:00
48306-ansible-connection-json Allow AnsibleVaultEncryptedUnicode to pass through exec_jsonrpc (#48306) 2018-12-21 11:15:18 -05: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-09 14:06:34 +01:00
48471-win_xml-xml-parser.yaml Use System.Xml.XmlDocument.Load rather than Get-Content to avoid (#49206) 2018-12-04 15:19:38 +00:00
48536-docker_volume-labels.yml Docker volume fix labels (#48536) 2018-11-12 11:24:07 +00:00
48546-docker-diff.yml docker_* modules: improve diff (#48546) 2018-11-19 09:59:54 +00:00
48551-docker_container-idempotency.yml docker_container: fix tests and idempotency for init and shm_size (#48551) 2018-11-13 13:07:36 +00:00
48599-rabbitmq_binding-state-absent.yaml rabbitmq_binding: Add support for state=absent (#48599) 2018-12-04 12:42:18 +00:00
48673-fix-omit-on-play-keywords.yaml Properly handle FieldAttribute.default if callable (#48992) 2018-11-26 18:14:46 +01:00
48675-cs_template-fix-keyerror-state-extracted.yml cs_template: fix KeyError on state=extracted (#48675) 2018-11-15 13:38:42 +00:00
48728-win_nssm-credential-quoting.yml Fix win_nssm credentials quoting (#48761) 2018-12-05 10:38:28 +10:00
48730-zabbix_hostmacro-fixes.yaml zabbix_template: fixed idempotency issues (#49188) 2018-11-29 20:38:32 +01:00
48936-import-handlers.yaml Do not allow addressing an import from handlers via notify. Fixes #48936 (#49317) 2018-11-29 13:50:07 -06:00
48950-vault-encrypted-data-native-jinja.yaml Fix using vault encrypted data with jinja2_native (#49025) 2018-11-27 16:44:22 -05:00
49078-docker_container-min-version-fix.yml docker_container: fix init option idempotency with old docker-py versions (#49078) 2018-11-26 13:53:01 +00:00
49084-influxdb_user-default-password-fix.yaml Amends #47040 - influxdb_user - Prevents potential accidental password changes to blank (#49084) 2018-12-12 12:43:37 -05:00
49158-detect-kvm-on-freebsd.yaml facts: detect FreeBSD KVM guests (#50030) 2018-12-19 06:57:53 +10:00
49188-zabbix_template-fix-idempotency.yaml zabbix_template: fixed idempotency issues (#49188) 2018-11-29 20:38:32 +01:00
49212-require-git-ansible-galaxy.yaml require git when trying to use it in ansible-galaxy cli (#49212) 2018-11-28 13:28:21 -05:00
49235-docker_swarm_service-user-default.yaml docker_swarm_service: ensure idempotency when the user parameter is None (#49235) 2018-12-10 14:09:13 +05:30
49262-user.yml Fix create home dir fallback (#49262) 2019-01-14 16:01:26 -05:00
49266-acme-error-messages.yml ACME: improve error handling (#49266) 2018-11-29 09:00:39 +01:00
49319-docker_container-pids_limit.yaml Support for pids_limit parameter in docker_container module (#49319) 2018-12-03 11:22:43 +00:00
49409-lineinfile_must_not_insert_lines_multiples_times_with_insertbefore_insertafter.yml Lineinfile must not insert lines multiples times with insertbefore/insertafter (#49409) 2018-12-17 16:42:24 -05:00
49410-acme-diff.yml ACME: add diff to acme_account, account_public_key to acme_account_facts, and general refactoring (#49410) 2018-12-02 18:40:14 +01:00
49473-multiple-ipv6-addresses-per-device.yaml facts: correctly detect multiple ipv6 addresses per device (#50020) 2018-12-19 06:49:28 +10:00
49545-ansible-doc_version_help.yaml Override help string version (#49545) 2018-12-10 10:40:19 +05:30
49553-aci_rest-fix-ignoring-custom-port.yaml aci_rest: Fix ignoring custom port (#49715) 2018-12-10 15:08:06 +01:00
49615-ascii-devuan-support.yml Add Devuan Support for ascii release - resolve 49615 (#49616) 2019-01-07 17:08:01 -05:00
49676-s3bucket-requester_pays_change_if_condition.yml changed if logic Type to boolean (#49628) 2018-12-17 16:21:36 -05:00
49688-docker_secret-config-base64-data.yml docker_secret, docker_config: allow to base64-decode data (#49688) 2019-01-01 16:06:45 +00:00
49723-jenkins-plugin-install-latest.yaml Jenkins_plugin: Handle 'latest' version when installing plugin for first time (#49723) 2018-12-20 15:51:02 +00:00
49734-facts-set-virtualization_role-for-kvm-hosts.yaml facts: set virtualization_role for KVM hosts (#50770) 2019-01-17 09:47:16 +01:00
49787-docker_image-cache_from.yaml Support for cache_from parameter in docker_image module (#49787) 2018-12-14 13:19:40 -06:00
49794-docker_container-network-mode.yml [docker_container] Fixes idempotency checks for network_mode (#49797) 2018-12-12 09:04:24 +00:00
49843-docker_container-wrap-env.yaml [docker_container] Failing on non-string env values (#49843) 2018-12-14 13:21:54 -06:00
49884-tower-project-scm-cred-org-fallback.yaml Added organization in the scm_credential get (#49884) 2018-12-19 12:01:12 +00:00
49952-avoid-loading-kube-config-when-auth-given.yml Do not load user kube config if path specified (#49952) 2019-01-11 17:26:53 +00:00
50006-azure_rm_inventory_batchrequest_fix.yaml fix new inventory azure_rm.py (#50006) 2019-01-16 14:16:18 -08:00
50025-gcp_compute_filters_default.yml Put in documented default for gcp_compute filters (#50025) 2019-01-18 11:39:24 +00:00
50076-os-sec-group-rule-proper-module-exit.yaml os_security_group_rule proper module exit (#50076) 2018-12-20 11:49:52 +00:00
50134-influxdb_user-invalid_auth_fix.yml influxdb_user: Fixed unhandled exception on invalid login credentials (#50134) 2018-12-20 11:47:39 +00:00
50143-win_firewall_rule-invalid-bypass.yml win_firewall_rule: Remove invalid 'bypass' action (#50207) 2018-12-21 12:05:28 +10:00
50185-win_updates-report-changes-correctly.yml win_updates: Correctly report changes on success (#50188) 2018-12-21 11:44:49 +10:00
50249-vmware_vm_inventory-fix_host_ip.yaml VMware: Fix vmware_vm_inventory (#50592) 2019-01-11 21:33:14 +05:30
50298-redfish_utils_fix_reference_to_local_variable_systems_service.yaml redfish_utils: fix reference to local variable 'systems_service' (#50298) 2019-01-11 14:16:20 +00:00
50322-openssl-path-error.yml openssl_*: prevent error when path includes no path (#50322) 2019-01-03 17:04:46 +05:30
50337-fix-vultr_server-ssh_keys-handling.yml vultr_server: fix multiple ssh keys not handled (#50337) 2019-01-01 10:11:10 +01:00
50361-openssl_csr-idempotency.yml openssl_csr: idempotency doesn't work correctly for keyUsage (#50361) 2019-01-03 17:04:24 +05:30
50448-paramiko_ssh_add_auth_timeout.yaml Add auth_timeout parameter when supported by paramiko (#50448) 2019-01-09 01:25:17 +01:00
50483-docker_swarm_service-option-typo.yml docker_swarm_service: Fix typo for option type (#50483) 2019-01-03 17:03:59 +05:30
50570-relative_time_crypto.yaml Relative time support for crypto modules (openssl_certificate) (#50570) 2019-01-22 20:41:02 +00:00
50654-docker-swarm-service-docker-api-fix.yaml docker_swarm_service: use exact name match when finding services (#50665) 2019-01-14 12:00:34 +01:00
50655-docker_swarm_service-update_order-idempotency.yml docker_swarm_service: Don’t add difference when update_order is None (#50655) 2019-01-14 11:58:05 +01:00
50657-bubble-k8s-import-exception.yml Bubble up import exception content for k8s module (#50657) 2019-01-15 10:44:59 +10:00
50843.yaml dnf: allow to operate on file paths (#51080) 2019-01-21 17:20:27 -05:00
50861-docker_swarm_service-documentation-fixes.yml docker_swarm_service: Documentation fixes (#50861) 2019-01-14 13:32:03 +00:00
50882-docker_swarm_service-fix-publish-idempotency.yml docker_swarm_service: Fix publish idempotency when mode is None (#50882) 2019-01-21 14:02:08 -05:00
50883-docker_network-labels-support.yaml Docker Network module labels support (#50883) 2019-01-21 16:19:34 -05:00
50894-openssl_csr-san-commonname-optional.yaml openssl_csr cryptography backend, try II (#50894) 2019-01-21 17:19:05 +00:00
50984-docker_swarm_service-command-option.yml docker_swarm_service: Add command option (#50984) 2019-01-21 16:01:22 -05:00
51035-docker_service-docker_compose-rename.yaml docker_service: rename to docker_compose. (#51035) 2019-01-23 12:21:57 +00:00
51082-docker_swarm_service-placement-preferences-option.yml docker_swarm_service: Add placement_preferences option (#51082) 2019-01-21 14:55:26 -05:00
51136-fix-ansible-inventory-tracebacks.yml Fix missing tracebacks in ansible-inventory 2019-01-22 17:33:20 -05:00
aci_access_port_to_interface_policy_leaf_profile-missing_policy_group.yaml aci_aptiplp: Support missing policy_group (#48000) 2018-11-05 18:21:01 +00:00
aci_interface_policy_leaf_policy_group-missing_aep.yaml aci_iplpg: Support missing aep (#48001) 2018-11-05 18:20:23 +00:00
acl_doc_fix.yml added missing docs for option in acl module (#50775) 2019-01-11 09:49:43 +01:00
add-elapsed-return-value-to-select-modules.yaml Add elapsed return value to select modules (#37969) 2018-08-31 22:20:56 +02:00
agnostic-become-prompt.yaml Flip default for AGNOSTIC_BECOME_PROMPT (#45563) 2018-09-14 11:16:13 -05:00
ajson-nested-decode.yaml Support nested JSON decoding in AnsibleJSONDecoder (#45924) 2018-09-24 14:33:19 -05:00
ansible-doc-fixes.yml Adoc fixes (#47137) 2018-10-17 10:48:24 -05:00
ansible-template-error.yml Add new AnsibleTemplateError to more easily catch templating issues (#50563) 2019-01-04 14:33:05 -06:00
apt_repository-no-tty.yaml Preventing '/dev/tty not found' problems (#49950) 2019-01-14 15:38:54 -05:00
async-dir.yaml async: use async_dir for the async results file directory (#45461) 2018-09-20 19:37:54 +10:00
async_statys_pyx_compat_fix.yml now clog matches code 2018-10-12 11:06:40 -04:00
avoid_spurious_unique_warnings.yml avoid spurious warnigns on unique filter 2018-11-14 09:33:43 -05:00
avoid_ssh_retry_discolsures.yml updated clog with cve 2018-12-10 14:18:29 -05:00
azure_rm_appgateway-probe.yaml adds redirect configurations and probes to azure_rm_appgateway (#46607) 2018-10-16 10:34:24 +08:00
azure_rm_deployment_fix_45941.yaml fix premature exit when RG doesn't exist (#46013) 2018-09-21 16:23:21 -07:00
better-kv-error-reporting.yml Add better error when k=v syntax is used with YAML in tasks (#41754) 2018-12-04 12:32:02 -05:00
better_cfgmgr_errors.yml More specificity in errors for cfg mgr (#48995) 2018-12-10 11:38:42 -05:00
blockinfile-bytes-fix.yaml Use bytes rather than native string for result (#46281) 2018-09-28 16:04:50 -04:00
callback-keep-more-debug-keys.yml Do not filter out exception, warnings, deprecations on failure when using debug (#47588) 2018-10-30 12:51:25 -04:00
cfg_mgr_fix.yml fix bug in config mgr 2018-11-19 11:46:17 -05:00
change_failed_when_example.yaml Update changed_when and failed_when examples (#50411) 2019-01-03 09:50:59 -05:00
checkpoint-object-facts-type-param.yaml Add object_type param to checkpoint_object_facts (#50982) 2019-01-16 17:15:50 +01:00
clear_system_variablse.yml Fix for changes in clearlinux (#49344) 2018-12-05 13:13:40 +00:00
cli-refactor.yaml Save the command line arguments into a global context 2019-01-03 18:12:23 -08:00
code-cleanup-no-get-exception.yaml Remove get_exception from the remainder of the modules 2018-10-18 08:37:04 -07:00
command-stdin-no-newline.yaml command modules: optional stdin_add_newline (#45170) 2018-10-31 12:53:02 -04:00
contains-test.yaml Add a new "contains" jinja2 test (#45798) 2018-11-07 14:49:00 -06:00
copy-diff-text.yaml Ensure that the src file contents is converted to unicode in diff info (#45744) 2018-09-20 12:31:48 -05:00
copy-recursive-remote-src.yml copy - support recursive copying with remote_src (#43998) 2018-10-11 08:18:44 -07:00
dd-put-empty-files.yaml Support transfering empty files to target host. Fixes #36725 (#45751) 2018-09-18 09:05:20 -05:00
deal_with_bad_config_types.yml better handling of bad type in config (#48821) 2018-11-19 11:45:45 -05:00
delegate_to_loop_hostvars.yaml Don't use the task for a cache, return a special cache var (#47243) 2018-10-18 15:25:43 -05:00
detect_interpreter_stdout.yml match interpreter on stdout also (#49446) 2018-12-10 11:43:30 -05:00
diff_yaml.yml Diff mode returns yaml diffs in yaml callback plugin (#48794) 2018-11-22 18:03:25 +00:00
display-singleton.yaml Add a Singleton metaclass, use it with Display (#48935) 2018-11-20 17:06:51 -06:00
dnf-conf-file.yaml dnf - fix conf_file loading (#50515) 2019-01-03 15:25:58 -05:00
dnf-fix-plugin-loading.yaml dnf module load/init dnf pkg mgr plugins properly (#49278) 2018-11-30 10:00:33 -08:00
dnf-group-removal.yaml fix dnf wildcard pkg removal - fixes #27744 and #36970 (#45357) 2018-09-20 12:13:17 -04:00
dnf-ignore-weak-deps.yaml dnf/yum - added install_weak_deps option (#50525) 2019-01-04 11:37:59 -05:00
dnf-localgpgcheck.yaml dnf properly gpg check local packages based on param (#47455) 2018-10-23 11:41:27 -05:00
dnf-modularity.yaml dnf to support modularity module appstream specs 2018-11-19 10:13:07 -08:00
dnf-update-cache-broken-transaction.yaml fix order of dnf api operations so transactions don't fail (#50038) 2019-01-02 17:50:06 -05:00
dnfyum-disable-excludes.yaml don't restrict disable_excludes choices incorrectly (#47453) 2018-10-23 11:39:55 -05:00
doc_debug_var.yml updated var docs (#48957) 2018-11-26 16:08:39 -06:00
docfixes.yml fixes to ansible-doc (#47682) 2018-12-10 11:37:15 -05:00
docker-image-ids.yaml docker_container, docker_image_facts: allow to use image IDs (#46324) 2018-10-06 08:50:31 -05:00
docker-swarm-service-defaults.yml Docker swarm service integration tests (#45674) 2018-10-29 11:28:51 +00:00
docker_container-idempotency.yaml docker_container: fix various idempotency problems and non-working options (#45905) 2018-09-24 10:40:05 +01:00
docker_network-adding-scope-and-attachable-flags.yaml [docker_network] Adding scope and attachable flags (#49562) 2018-12-06 18:50:45 +00:00
docker_network-driver_options.yaml [docker_network] Add handling for Python booleans in driver_options (#48105) 2018-11-06 14:39:45 +00:00
docker_network-requirements.yaml [docker_network] Adding scope and attachable flags (#49562) 2018-12-06 18:50:45 +00:00
docker_volume-force-change-detection-revert.yaml docker_volume: revert #47390 (#50663) 2019-01-11 14:41:37 -06:00
docker_volume-force-change-detection.yaml Fix option change detection / force support for docker_volume. (#47390) 2018-10-23 07:48:09 +01:00
drop-pkg_resources.yaml Remove runtime usage of pkg_resources. 2018-10-18 15:09:38 -07:00
ec2_asg-launch-template-support.yml [docs] Add changelog for ec2_asg launch template feature 2018-09-25 16:42:12 -04:00
ec2_asg_retry_deletion_when_busy.yaml ec2_asg: Retry Autoscaling Group delete calls when scaling activity is in progress (#46124) 2018-11-29 08:42:55 -05: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-17 14:31:41 -04:00
ec2_vpc_peer_describe_peer_with_exception_handling.yaml VPC peer module unhandled exception on bad peering ID (#45306) 2018-11-29 08:54:16 -05:00
elb_target_group_fix_KeyError.yaml elb_target_group - prevent a KeyError exception (#45169) 2018-09-05 12:50:03 -04:00
end-host-meta-task.yaml Add new meta task end_host (#47194) 2018-11-14 09:46:25 -05:00
explain_bare.yml explain 'bare variables' (#49577) 2018-12-07 14:47:56 -05:00
file-touch-non-owner.yaml file - allow touch on files not owned by user (#50964) 2019-01-23 10:14:59 +10:00
firewalld-missing-port-protocol.yml add changelog for #50242 (#50480) 2019-01-02 18:16:45 -05:00
fix-callbacks-mixed-keys.yaml Fix for callback plugins on Python3 when a module returns dictionary keys that aren't strings 2018-12-04 23:03:48 -08:00
fix-lvg-reduce-by-better-listing-pv.yml List correctly current PV in "lvg" module: fix lvg reduce (#49731) 2018-12-20 15:43:18 +00:00
fix-password-lookup-on-fips.yaml Fix password lookup for FIPS 2018-10-31 12:50:23 -07:00
fix_adhoc_includes.yml make adhoc include_role/task work again! (#49247) 2018-12-10 11:40:44 -05:00
fix_ec2_group_target_vpc_precedence.yaml ec2_group - fix VPC precedence for security group targets (#45787) 2018-09-18 15:33:19 -04:00
fix_ec2_group_vpc_precedence_classic.yaml Fix ec2_group for EC2-Classic accounts (#46242) 2018-09-27 23:11:04 -04:00
fix_ir_dupes.yml Prevent duplicate role insertion into roles: (#50552) 2019-01-16 13:39:03 -05:00
fix_pull_extra.yml Handle complex quoting in extra args in pull cli (#50212) 2019-01-23 10:58:37 -05:00
fix_taggged_gather.yml fix tagged implicit gathering (#48294) 2018-11-09 13:41:07 +00:00
force_role_with_deps.yml [WIP] force install role and its deps (#49347) 2019-01-23 12:34:26 -05:00
free-strategy-include-var-tags.yaml Use the copied and merged task for calculating task vars in the free strategy. Fixes #47024 (#47060) 2018-10-15 16:07:52 -05:00
from_handlers.yml added handlers_from (#49220) 2018-12-18 11:28:24 -05:00
get-url-fix-idempotency.yaml Fix logic to not re-download existing files when force=no (#45495) 2018-09-11 13:56:13 -05:00
get_url.yaml Fix remote checksums when paths have leading dots (#45287) 2018-09-11 12:47:29 -04:00
host-start-callback.yaml New v2_runner_on_start callback added (#47684) 2018-10-30 11:37:11 -05:00
ibm-storag_add_domain_keywords_to_module.yml IBM storage: fix domain issue by adding more keywords to pyxcli avail… (#48345) 2018-11-12 10:47:38 -05:00
icinga2_host-47671-fix-use_proxy.yaml Move changelog fragment to correct place. (#50869) 2019-01-14 10:10:19 -05:00
improved-fieldattribute-inheritance.yaml Fieldattribute inheritance with defaults (#50891) 2019-01-23 11:40:07 -06:00
include-run-once.yaml Add run_once as a valid TaskInclude keyword (#48068) 2018-11-08 10:29:24 -05:00
include_tasks_parent_templating.yml Give IncludedFile more context via ansible_search_path (#50045) 2019-01-03 16:13:02 -05:00
includevars_nonascii.yaml fix include_vars non-ASCII error handling (#51198) 2019-01-22 19:35:34 -05:00
influxdb_user-admin-role-update.yaml influxdb_user - Allows updates to user privileges (#46667) 2018-11-20 20:08:39 +01:00
inv_fixes.yml better information for user from inventory plugins (#46766) 2018-10-12 11:27:29 -04:00
inventory-docker-service-stack-groups.yaml Docker inventory service/stack groups for docker swarm (#48021) 2018-12-17 11:58:26 +00:00
iscsi_facts_hp-ux_aix.yaml Update and correct iSCSI facts collection (#44644) 2018-11-08 21:24:51 -05:00
jinja-now.yml Add now() jinja2 global func for getting the date/time (#43792) 2018-12-07 11:25:53 -06:00
jinja2_native-fallback-warning.yaml Warn about falling back to jinja2_native=false (#49063) 2018-11-27 18:11:42 +01:00
jira_fix_description_field.yaml stop requiring description. this is not a mandated jira field for all screens (#46023) 2018-12-11 14:24:24 +00:00
k8s_append_hash.yml k8s append_hash (#48830) 2018-11-22 08:14:43 +00:00
k8s_facts_fix.yaml k8s_facts: fix handling of unknown resource types (#47857) 2018-11-06 14:43:55 +01:00
k8s_validate.yml Provide Kubernetes resource validation to k8s module (#43352) 2018-11-16 12:44:59 +00:00
k8s_wait.yml Add wait functionality to k8s module (#47493) 2018-11-13 12:50:15 +00:00
last-loaded-handler-same-name-wins.yaml Last loaded handler with the same name wins (#49249) 2018-11-30 16:30:27 +01:00
lineinfile-insertbefore-index-out-of-range.yaml Use proper index value with insertbefore on a one line file (#46071) 2018-10-03 17:27:34 -04:00
loop-cache-include-apply.yml Fix return statement where we short circuit _get_delegated_vars (#48102) 2018-11-05 12:28:34 -06:00
loop-control-label-template-error.yaml Catch per loop label templating exceptions. Fixes #48879 (#48896) 2018-11-20 15:29:44 -05:00
loop-empty-literal-list.yaml Ensure that an empty literal list with loop skips the task (#47129) 2018-10-16 13:35:10 -05:00
loop-info.yaml Add info about loop based on jinja2 loop var (#42134) 2018-12-07 13:49:50 -06:00
loop_undefined_delegate_to.yaml Ensure loop with delegate_to can short circuit the same as without delegate_to. Fixes #45189 (#45231) 2018-09-07 10:16:03 -05:00
macports-upgrade-selfupdate.yml Macports: Add upgrade parameter and replace update_ports with selfupdate (#45049) 2018-10-03 13:58:55 -04:00
mathstuff-filter-py3-scope.yaml fix py3 scope for unique filter errors, enable filters integration tests on rhel8 beta (#48961) 2018-12-06 16:13:26 +10:00
mysql-migrate_to_pymysql.yaml Migrate from MySQLdb to PyMySQL (#40123) 2018-09-19 08:44:05 -07:00
nicer_role_list.yml add path info to role list (#49346) 2018-12-10 11:41:22 -05:00
no-mutable-fieldattribute-defaults.yaml Do not use mutable defaults in FieldAttribute, instead allow supplying a callable for defaults of mutable types. Fixes #46824 (#46833) 2018-10-12 10:43:09 -05:00
no-overwrite-roles.yaml Ensure we don't overwrite roles from include/import_role when loading the play (#47512) 2018-10-23 11:08:48 -05:00
no_empty_groups.yml avoid empty groups in json output (#45621) 2018-09-13 15:38:52 -04:00
omit-list-of-dicts.yaml Support list of dicts with omit. Fixes #45907 (#45923) 2018-11-07 13:41:22 -06:00
openssl-cryptography.yml openssl_csr cryptography backend, try II (#50894) 2019-01-21 17:19:05 +00:00
openssl-python3.yaml openss: fix various test and Python 3 issues (#47188) 2018-10-18 05:29:18 +10:00
openstack_inventory_fix.yml allow openstack invetnory to work cacheless 2018-09-21 12:33:24 -04:00
os-server-facts-all-projects.yaml os_server_facts: support all_projects (#44800) 2018-11-08 17:05:12 -05:00
ovirt_host_network_fix_type_conversion.yaml ovirt_host_network: Fix type conversion (#47617) 2018-10-29 11:49:58 +00:00
pause_subsecs.yml allows loop pause for subseconds (#50461) 2019-01-18 22:41:29 -05:00
pear_better_error.yml pear: More info if failure occurs (#49735) 2018-12-11 09:38:06 -05:00
persistent_command_timeout_increase.yaml Increase persistent command_timeout default value (#51056) 2019-01-21 10:50:52 +05:30
pip-fix-idempotence-in-check-mode.yaml Fix pip idempotence in check mode 2018-11-08 17:09:34 -08:00
piped-transfer-empty-files.yaml Support empty files with piped transfer_method. Fixes #45426 (#45618) 2018-09-13 13:53:36 -05:00
platform-dist-to-nir0s-distro.yaml Add a porting guide entry for ansible_distribution facts (#50251) 2019-01-04 10:03:56 -08:00
playbook-order-reverse_inventory.yaml Clarify the change made to reverse_inventory 2019-01-07 10:17:06 -08:00
plugin-docs-list-fix.yaml An earlier optimization of ansible-doc -l caused failures. (#47012) 2018-10-17 11:15:59 -04:00
plugin-filters-cfg.yaml Fix issues with PLUGIN_FILTERS_CFG config handling (#45994) 2018-09-24 14:34:59 -05:00
postgresql_user-not-sup-error.yaml postgresql_user: fix test errors on newer Fedora versions (#47166) 2018-10-17 14:01:11 +10:00
powershell_basic_util.yaml Added basic equivalent to PowerShell modules (#44705) 2018-11-07 10:53:17 +10:00
ps_sb_logging.yaml split PS wrapper and payload (CVE-2018-16859) (#49142) 2018-11-26 15:28:21 -08:00
psexec-handle-socket-errors.yaml psexec: Handle socket errors (Connection timeout) (#47201) 2018-10-22 05:32:06 +10:00
psexec-imp-error.yaml psexec: better error on import failure (#47327) 2018-10-19 08:56:16 +02:00
psrp-utf8-stdio.yaml WinRM/PSRP: Ensure shell returns UTF-8 output (#47404) 2018-10-24 10:40:54 +10:00
psrp-utf8.yaml psrp - fix unicode handling in Python 2 (#47461) 2018-10-24 05:37:05 +10:00
pure_facts_fix.yaml Pure Storage facts fix (#50349) 2018-12-31 09:22:13 +00:00
reboot-add-aix-support.yml Add AIX support to reboot module (#50353) 2019-01-08 18:12:30 -05:00
reboot-change-default-boot-command.yaml Always use /proc/sys/kernel/random/boot_id to confirm reboot on Linux (#47017) 2018-11-08 09:54:58 -05:00
reboot-conn-timeout-reset.yaml reboot - Fix connection timeout reset (#51000) 2019-01-17 10:45:41 -05:00
reboot-fix-exception-type.yaml Use IndexError in exception (#49488) 2018-12-04 14:12:00 -05:00
reboot-path-alpine-solaris.yaml Reboot - Fix command not found, add Apline support, fix Solaris command (#49272) 2018-12-11 11:05:10 -05:00
reboot-show-timeout.yaml reboot: Add timeout in error to help troubleshooting (#47216) 2018-10-18 14:42:39 -04:00
reboot-unicode-string.yaml Use unicode instead of bytes (#46234) 2018-09-28 12:51:17 -04:00
reboot-vmware-esxi.yaml Reboot - Fix VMware ESXi not working by adding appropriate commands (#49637) 2018-12-11 15:30:11 -05:00
reboot_missing_parameter.yaml Register missing parameter reboot_timeout (#46585) 2018-10-08 14:56:40 -04:00
reboot_openbsd_support.yaml Add support for OpenBSD (#46147) 2018-09-28 16:07:44 -04:00
redis-3-compat.yaml Support version 3 of the redis python library (#49445) 2018-12-05 12:08:53 -06:00
remove_redundant_md5.yml remove redundant md5 hashing 2018-10-31 13:54:52 -07:00
restore_sigpipe_dfl.yml Restore SIGPIPE handler to DFL on POpen 2018-10-12 12:31:24 -07:00
rhn_regiter-user-pass-unregister.yaml rhn_register fixes for username and password when unregistering 2018-12-12 11:32:48 -05:00
rhsm_repository-loop-fix-improvements.yaml Move doc fragments to changelogs/fragments dir (#50179) 2018-12-20 09:21:55 -05:00
run-command-expand-shell.yaml Add new expand_shell argument for run_command, to disable expanding shellisms (#45620) 2018-09-14 16:07:11 -04:00
s3_bucket_delete_nonexistent_bucket.yml [s3_bucket] Handle error paginating object versions when bucket does not exist (#49396) 2018-12-04 15:42:14 -05:00
s3_bucket_fix_non_str_tags.yaml [s3_bucket] Cast tag keys and values to text to match the values returned (#46405) 2018-10-17 13:39:52 -04:00
s3_bucket_requester_pays_default_value.yaml s3_bucket: handle not implemented operations (#46746) 2018-11-01 11:52:07 -04:00
s3_bucket_walrus_endpoint.yaml s3_bucket: don't assume anything other than *.amazonaws.com is Walrus (#46745) 2018-11-01 12:04:50 -04:00
scaleway-getheaders.yaml Fix getheaders regression with open_url in Scaleway dynamic inventory (#48671) 2018-11-21 09:06:21 -06:00
script-module-no-file-path.yaml Don't pass file_name to DataLoader.load in script inventory plugin (#45428) 2018-09-10 14:37:18 -05:00
service-facts-dont-hist-systemd-disabled-units.yaml Provide both service state and status when possible in service_facts (#49618) 2018-12-26 13:24:03 +00:00
sns-boto3.yaml Port the sns module to boto3 (#45634) 2018-10-07 16:03:48 -04:00
solaris-prtdiag-path.yaml Locate prtdiag even when absent from /usr/bin (#44113) 2018-10-11 13:41:06 -04:00
solaris_system_vendor.yaml Populate product_name and system_vendor facts on Solaris (#44114) 2019-01-23 13:51:23 +01:00
spotinst-instance-health-check-validation.yml Spotinst - adding support for instance health check validation (#49211) 2019-01-18 20:30:03 +00:00
squash-deprecation-message.yml Make squash deprecation messages less misleading (#49551) 2018-12-06 10:49:01 -05:00
ssh_connection_invalid_password.yaml Catch sshpass authentication errors and don't retry multiple times to prevent account lockout (#50776) 2019-01-23 11:32:25 -05:00
synchronize-warning.yaml Warn if empty string is present in synchronize's rsync_opts 2018-12-04 12:05:45 -08:00
systemd-warn-on-chroot.yaml check for chroot in systemd module (#43904) 2019-01-14 15:45:05 -05:00
tag_gathering.yml make fact gathering obey play tags (#44717) 2018-11-06 13:19:44 -05:00
tags-var.yaml Allow tags to be templated from a variable (#49833) 2018-12-17 15:40:26 -06:00
template-lookup-searchpath-fix.yaml Fix searchpath in the template lookup (#50488) 2019-01-07 11:33:39 +01:00
toml-inventory.yaml Add toml inventory plugin (#41593) 2018-11-06 10:02:36 -06:00
tower_credential_ssh_key_data.yaml tower_credential: expect ssh_key_data to be a string instead of path (#45158) 2018-09-07 13:41:09 -04:00
tweek_msg.yml Merge pull request #49080 from bcoca/better_invp_skip 2018-11-27 15:30:14 -08:00
unsafe-set-wrap.yaml Handle sets differently than lists in wrap_var. Fixes #47372 (#47510) 2018-10-23 11:18:21 -05:00
unsafe_cleanup.yml unsafe cleanup 2018-11-30 13:07:00 -08:00
uri-supports-async.yaml Add missing self._supports_async to uri action plugin (#47677) 2018-10-26 12:16:26 -05:00
urls-https-guard.yaml Guard creating HTTPSClientAuthHandler behind HTTPS checks (#50523) 2019-01-10 09:41:13 -06:00
user-do-not-pass-ssh_key_passphrase-on-cmdline.yaml Fix changelog entry for user module CVE fix 2018-10-22 18:46:29 -07:00
user-docs-underlying-tools.yaml Add documentation on underlying tools in user module (#46455) 2018-10-04 15:29:57 -04:00
user-fix-zero-negative-expiration.yaml user: fix removing the expiry time when it's 0 (#47115) 2018-11-07 16:44:34 -05:00
user-password_lock-change-fix.yaml make password locking in user module idempotent (#43671) 2018-11-08 21:29:38 -05:00
user-restore-disabled-account.yaml User module - allow bang and exclamation in password field without warning (#46498) 2018-11-05 16:35:10 -05:00
v2.8.0-initial-commit.yaml Reset changelogs for the 2.8.0 development cycle 2018-08-31 11:11:13 -07:00
vault-read-error.yml Don't just raise AnsibleError with the exception message (#49654) 2018-12-11 09:27:10 -06:00
vbox_fix.yml fix vbox inventory to correclty unset pwfile (#49774) 2018-12-11 17:45:25 -05:00
vm_fix.yml FactCache changes 2018-12-05 12:33:27 -08:00
vm_guest_facts.yml simplify vm_guest detection code (#49378) 2018-12-10 11:42:51 -05:00
win-say-ansible-basic.yaml win_say: Port to use CSharpUtil AnsibleBasic (#48361) 2018-11-19 07:07:12 +10:00
win_become-passwordless.yaml win become: refactor and add support for passwordless become (#48082) 2018-12-12 17:15:25 -08:00
win_chocolatey-allow-multiple.yaml win_chocolatey - move over to AnsibleModule and add allow_multiple (#48370) 2018-11-14 16:18:34 +10:00
win_chocolatey.yaml win_chocolatey: Fix hang on missing/required base env vars (#51154) 2019-01-22 10:13:02 +10:00
win_copy-dest-quote.yaml powershell: do not quote join_path result to reflect ShellBase join_path (#45944) 2018-09-21 15:31:12 +10:00
win_copy-empty-dir.yaml win_copy - fix remote dir copy when it contains an empty dir (#50126) 2018-12-19 14:55:09 +10:00
win_group_membership-com-marshal.yaml win_group_membership - fix random issue with CI on 2012 R2 (#45462) 2018-09-11 13:07:43 +10:00
win_lineinfile-output.yaml win_lineinfile - fix malformed returned json (#50066) 2018-12-19 05:39:25 +10:00
win_mapped_drive-fixes.yaml win_mapped_drive - refactor module and docs (#48642) 2018-11-22 08:12:41 +10:00
win_package_chdir.yaml Add chdir support to win_package (#46123) 2018-10-08 16:28:28 +10:00
win_privileges_util.yaml Windows Privileges - moved util code to it's own C# util (#48897) 2018-12-14 12:00:46 +10:00
win_route.yaml Fixed win_route module (#46395) 2018-12-05 22:39:06 -05:00
win_say-fix.yaml win_say - fix up syntax and test issues (#45450) 2018-09-11 08:23:46 +10:00
win_scheduled_task-repetition.yaml win_scheduled_task: add deprecation warning for repetition format (#45468) 2018-09-11 14:22:57 +10:00
win_script-become.yaml win_script: add support for become and centralise exec wrapper builder (#45582) 2018-09-13 08:50:13 +10:00
win_security_policy-rights.yaml win_security_policy - add warning when using this module ot edit rights (#48850) 2018-11-20 09:21:28 +10:00
win_shortcut.yaml win_shortcut: add run as admin and fix shell folder idempotency (#48584) 2018-11-14 12:15:04 +10:00
win_updates-post-categories.yaml win_updates: Add post search category matching to support product matching (#45708) 2018-11-07 19:32:07 +10:00
win_uri-junk-data.yaml win_uri: stop output from mixing with module result (#48140) 2018-11-06 11:10:03 +10:00
win_uri-oneitem-list.yaml win_uri: fix body with one item in list (#49484) 2018-12-12 14:06:54 +10:00
windows-deprecated-functionality.yaml Win deprecate 2.8 (#45473) 2018-09-11 14:23:48 +10:00
windows-exec-changes.yaml win_exec: refactor PS exec runner (#45334) 2018-10-02 15:55:53 -07:00
windows-psrp-unreachable.yaml Update changelog fragment 2018-10-13 21:47:13 +02:00
winrm_pexpect.yaml winrm: add further conditional to using pexect for kerb auth (#45952) 2018-09-25 09:21:22 +10:00
xdg_systemd_fix.yml ensure we have required systemd env var (#50607) 2019-01-16 12:36:41 -05:00
yaml_inventory_more_tolerant.yml Yaml inventory more tolerant (#48883) 2018-11-30 22:04:39 -05:00
yum-handle-obsoletes-check-update.yaml yum also parse obsolete package output (#45365) 2018-11-06 16:07:50 -05:00
yum-update-only.yaml Move doc fragments to changelogs/fragments dir (#50179) 2018-12-20 09:21:55 -05:00
yumdnf-autoremove.yaml Correct yum and dnf autoremove behavior (#47902) 2018-11-05 16:00:42 -05:00
yumdnf-better-uri-handling.yaml add changelog for pr #49912 (#49962) 2018-12-14 14:07:52 -06:00
yumdnf-update-cache.yaml allow update_cache as stand alone operation for yum/dnf (#46183) 2018-10-08 08:39:49 -04:00
zabbix_inventory_vars.yaml zabbix inventory: options to read per each host and set ansible_ssh_host (#44107) 2018-12-01 01:49:57 +01:00