1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/changelogs/fragments
Olof Johansson 3044c0288f
scaleway_compute: When removing node, wait for transition (#444)
To remove a scaleway compute node, one needs to stop it first. This is
handled internally within the module by shutting down before removing.
Shutting down the node transitions it to a "stopping" state, which is
not the "stopped" state we expect. We thus need the transition to
complete so that we can put it in the actual target state (absent, i.e.
delete it).

The mechanism for waiting for such transitions today is controlled by
module parameters, with default to not being enabled at all, which
includes the transition from ([running] -(stopping)-> [stopped]).

Without this chage, in case of a running node, we would shut it down
(transition it to "stopping"), not wait for it complete the transition,
realize that it's not yet stopped and issue a second shut down command
to the api. This would fail with a 400 Bad Request error, "already
stopped".

Reference: https://github.com/ansible/ansible/issues/45740
Reported-by: zwindler
2020-06-11 11:34:15 +03:00
..
.empty Add folder for changelog fragments. (#72) 2020-03-30 12:49:40 +02:00
17-postgres_user-no_password_changes-no_log.yml Add changelog fragments for #17, #18, #19, #24, #26, #36, #37, #39. (#74) 2020-03-31 09:50:48 +01:00
18-mysql_user-update_password-no_log.yml Add changelog fragments for #17, #18, #19, #24, #26, #36, #37, #39. (#74) 2020-03-31 09:50:48 +01:00
19-passwordstore-equal-sign.yml Add changelog fragments for #17, #18, #19, #24, #26, #36, #37, #39. (#74) 2020-03-31 09:50:48 +01:00
22-jira.yaml Added search function to jira module and bugfixes (#22) 2020-04-09 10:29:26 +03:00
23-hashi-vault-lookup-refresh.yaml hashi_vault refresh - Add AWS login methods, bugfixes, cleanup (#23) 2020-04-28 11:27:37 +00:00
24-homebrew-upgrade_options.yml Add changelog fragments for #17, #18, #19, #24, #26, #36, #37, #39. (#74) 2020-03-31 09:50:48 +01:00
26-influxdb_user-admin-check-mode.yml Add changelog fragments for #17, #18, #19, #24, #26, #36, #37, #39. (#74) 2020-03-31 09:50:48 +01:00
36-homebrew-elements.yml Add changelog fragments for #17, #18, #19, #24, #26, #36, #37, #39. (#74) 2020-03-31 09:50:48 +01:00
37-homebrew_tap-elements.yml Add changelog fragments for #17, #18, #19, #24, #26, #36, #37, #39. (#74) 2020-03-31 09:50:48 +01:00
80-update_docker_connection_plugin.yml Update docker connection plugin (#80) 2020-03-31 20:42:16 +02:00
83-dense-callback-warning.yml Fix warning message in dense callback plugin (#83) 2020-04-13 19:01:57 +05:30
100-postgresql_user_scram_sha_256_support.yml postgresql_user: add scram-sha-256 password support (#100) 2020-04-22 12:45:14 +01:00
114-puppet-commandline-construction.yml Fix command line construction in the puppet module (#114) 2020-04-10 19:21:07 +01:00
115-deprecated-helm-module.yaml Deprecated Helm module (#115) 2020-05-18 14:15:40 +05:30
116-postgresql_user_add_trust_input_parameter.yml postgresql_user: add trust_input parameter (#116) 2020-04-12 13:16:44 +02:00
123-slack-add_bot_token_support_thread_id.yml Slack: Add bot/user token support, correct thread_ts support (#123) 2020-04-17 12:44:55 +01:00
124-airbrake_deployments-api_v4_for_deploy_notices.yml Use api v4 for airbrake deploy notices (#124) 2020-05-17 09:42:08 +02:00
142-mysql_user_add_resource_limit_parameter.yml mysql_user: add resource_limits parameter (#142) 2020-04-12 09:43:56 +05:30
151-mysql_db_add_use_shell_parameter.yml mysql_db: add use_shell parameter to prevent Broken pipe errors (#151) 2020-04-20 18:46:54 +03:00
158-postgresql_membership_add_trust_input_parameter.yml postgresql_membership: add trust_input parameter (#158) 2020-04-14 16:45:36 +03:00
177-postgresql_privs_add_trust_input_parameter.yml postgresql_privs: add trust_input parameter (#177) 2020-04-20 09:01:42 +03:00
178-postgresql_membership_remove_unused_import.yml postgresql_membership: remove unused import of exec_sql function (#178) 2020-04-14 11:15:53 +03:00
183-parted_check_mode.yml parted: consider current partition state even in check_mode (#247) 2020-05-23 10:15:20 +03:00
184-postgresql_db_add_trust_input_parameter.yml postgresql_db: add changelog fragment for PR #184 (#213) 2020-04-20 18:40:28 +02:00
186-maven_artifact.yml maven_artifact: Convert MD5 values to lowercase before comparison (#197) 2020-04-17 11:54:34 +05:30
198-postgresql_owner_add_trust_input_parameter.yml postgresql_owner: add trust_input parameter (#198) 2020-04-28 10:42:08 +03:00
202-jenkins_plugin-fix-import.yml Fix CI and jenkins_plugin module (#202) 2020-04-17 20:46:51 +02:00
212-make-path-option.yml Add option to choose a specific make executable (#212) 2020-04-23 20:10:36 +01:00
221-parted-fs_type-parameter.yml parted: support fs_type (#221) 2020-04-27 18:30:48 +03:00
223-manageiq_provider-fix-serialization.yml fix "TypeError: Object of type map is not JSON serializable" (#223) 2020-04-24 11:26:12 +05:30
225-mysql_user_fix_no_database_selected.yml mysql_user: fix error No database selected (#225) 2020-04-23 16:42:20 +03:00
227-sesu-use-defined-prompt.yaml Update sesu.py: use defined prompt (#227) 2020-05-28 23:09:11 +01:00
240-postgresql_tablespace_add_trust_input_parameter.yml postgresql_tablespace: add trust_input parameter (#240) 2020-05-01 14:10:13 +03:00
243-cloudflare_dns_fix_keyerror.yml cloudflare_dns: fix KeyError (#243) 2020-04-29 11:58:10 +05:30
245-proxmox.yml add description and hookscript parameters to proxmox LXC container (#245) 2020-05-18 08:17:11 +03:00
259-postgresql_schema_add_trust_input_parameter.yml postgresql_schema: add trust_input parameter (#259) 2020-05-01 14:09:23 +03:00
264-postgresql_idx_add_trust_input_parameter.yml postgresql_idx: add trust_input parameter (#264) 2020-05-05 16:33:06 +03:00
269-flatpak-command-list.yaml flatpak: Build commands as lists instead of strings (#269) 2020-05-10 14:46:10 +02:00
272-postgresql_lang_add_trust_input_parameter.yml postgresql_lang: add trust_input parameter (#272) 2020-05-05 16:37:08 +03:00
274-flatpak-run-command.yaml flatpak: Change use of Popen to module.run_command() (#274) 2020-05-09 10:03:04 +02:00
276-java_keystore-private_key_passphrase.yaml java_keystore - Added support for private key pass phrase (#276) (#276) 2020-05-25 11:09:18 +03:00
277-datadog_monitor-adds-missing-log-alert-type.yml datadog_monitor: adds missing 'log alert' type to supported types (#277) 2020-05-06 08:15:37 +03:00
278-zfs_delegate_admin_add_diff_hold_release.yml zfs_delegate_admin: add diff,hold,release to list of permissions (#278) 2020-05-05 14:02:14 +03:00
279-postgresql_publication_add_trust_input_session_role.yml postgresql_publication: add trust_input and session_role parameters (#279) 2020-05-05 16:36:14 +03:00
280-postgresql_subscription_add_trust_input_session_role.yml postgresql_subscription: add trust_input and session_role parameters (#280) 2020-05-05 16:35:34 +03:00
282-postgresql_ext_add_trust_input.yml Add optional input check to postgresql_ext (#282) 2020-05-05 15:04:33 +03:00
285-mysql_user_invoke_lambda_support.yml mysql_user: add invoke lambda privilege support (#285) 2020-05-05 16:40:27 +03:00
291-postgresql_refactor_modules.yml Refactor postgresql modules (#291) 2020-05-12 09:32:06 +03:00
294-postgresql_query_add_trust_input_parameter.yml postgresql_query: add trust_input parameter (#294) 2020-05-07 12:49:53 +03:00
295-postgresql_sequence_add_trust_input.yml postgresql_sequence: add trust_input option (#295) 2020-05-07 09:07:49 +03:00
298-postgresql_slot_add_trust_input.yml Add trust_input option to postgresql_slot module (#298) 2020-05-07 18:26:15 +03:00
302-postgresql_set_add_trust_input_parameter.yml postgresql_set: add trust_input parameter (#302) 2020-05-12 10:03:40 +03:00
306-ansible-2.9-compatibility.yml Improve Ansible 2.9 compatibility (#306) 2020-05-08 14:38:23 +01:00
307-postgresql_table_add_trust_input_parameter.yml postgresql_table: add the trust_input parameter (#307) 2020-05-09 11:23:33 +03:00
308-postgresql_info_add_trust_input_parameter.yml postgresql_info: add the trust_input parameter (#308) 2020-05-09 11:24:20 +03:00
310-postgresql_user_obj_stat_info_add_trust_input.yml Add trust_input to postgresql_user_obj_stat_info (#310) 2020-05-10 15:56:19 +03:00
312-postgresql_ping_add_trust_input_session_role.yml postgresql_ping: add session_role and trust_input parameters (#312) 2020-05-12 09:34:28 +03:00
313-postgresql_copy_add_trust_input_session_role.yml postgresql_copy: add trust_input parameter (#313) 2020-05-12 09:33:42 +03:00
318-linode-inventory-access_token-fix.yaml linode inventory plugin: fix parsing of access_token (#318) 2020-05-13 12:37:23 +01:00
319-syslogger.yml syslogger: new parameter 'ident' (#340) 2020-05-15 14:35:32 +05:30
326-pacman_improve_package_state_detection_speed.yml Improve package state detection speed (#326) 2020-05-13 08:46:05 +02:00
372-gcp_storage_file-gracefully.yml gcp_storage_file: error gracefully when google.cloud is not there (#372) 2020-05-19 23:06:40 +02:00
382-install_upgrade_specific_args.yaml Added 'extra_install_args' module option to allow extra upgrade/install specific zypper arguments (#382) 2020-06-05 08:01:21 +02:00
389-datadog_monitor-corrects-deprecated-message-param.yml datadog_monitor: kwargs for _update_monitor used message vs notification_message (#389) 2020-05-28 23:04:19 +01:00
394-terraform-add-config_file.yml terraform module: Added backend_config_file and multiple variables_file (#394) 2020-06-03 15:23:00 +03:00
407-syslogjson-callback-exception.yml Bug/syslog json exception (#408) 2020-05-25 07:47:01 +02:00
410-redis_cache-add_tls_support.yaml redis cache - add support for TLS/encryption in transit (#410) 2020-05-30 12:26:37 +02:00
412-docker-machine-add-ip-fallback.yaml Add validity check for [Driver][IPAddress] else use docker-machine ip command. (#412) 2020-05-25 23:04:09 +02:00
418-add-tags-parameter-to-packet-device.yaml packet_device - add tags parameter (#418) 2020-05-29 16:51:07 +03:00
428-mysql_db_add_unsafe_login_password_param.yml Mysql db unsafe passwd (#428) 2020-06-02 09:17:54 +03:00
442-add-new-parameter-pvresize.yaml LVG: add new parameter pvresize (#422) 2020-05-29 22:16:23 +03:00
444-scaleway-improve_removal_handling.yml scaleway_compute: When removing node, wait for transition (#444) 2020-06-11 11:34:15 +03:00
444-scaleway_fix_http_header_casing.yml scaleway: Fix case mismatch causing key lookup failure (#445) 2020-06-02 14:09:58 +01:00
450-slackpkg-package-matching.yml slackpkg: fix name matching in package installation (#450) (#454) 2020-06-11 10:48:10 +03:00
458-rshm_repository-reduce_execution_time_when_changed_is_false.yml rshm_repository: reduce execution time when changed == False (#458) 2020-06-11 11:00:48 +03:00
468-mysql_db_add_restrict_config_file_param.yml mysql_db: add restrict_config_file parameter (#468) 2020-06-09 09:10:06 +03:00
476-docker_swarm_service_add_init_option.yml Add 'init' option for docker_swarm_service. (#476) 2020-06-09 08:23:32 +02:00
486-mysql_db_add_check_implicit_admin_parameter.yml mysql_db: add check_implicit_admin parameter (#486) 2020-06-10 12:46:44 +03:00
34696-homebrew_cask.yml homebrew_cask: Follow up changes (#32) 2020-03-30 19:15:17 +02:00
36876-github-deploy-key-fix-pagination.yaml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
56650-homebrew-update_brew.yml homebrew: Honor update_homebrew value (#112) 2020-04-05 09:23:56 +01:00
58812-support_absolute_paths_additionally.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
59376-homebrew_fix.yml homebrew: Add info about changed packages (#31) 2020-04-01 17:32:25 +05:30
59522-renamed-module-tls-client-auth-params-to-avoid-overlaping-with-fetch_url.yaml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
59765-cron-cronvar-use-get-bin-path.yaml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
59877-fix-keyerror-in-redfish-getlogs.yaml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
59927-fix-redfish-power-reset-type-mapping.yaml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
60201-idrac-redfish-config-attributes-support.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
60961-docker_compose-fix-deprecation-warning.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
61562-nagios-start.yaml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
61655-fix-digital-ocean-droplet-create.yaml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
61740-docker_container-port-range-parsing.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
61921-gitlab_user.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
61961-pacman_remove_recurse_option.yaml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
62329-nsupdate-lookup-internal-zones.yaml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
62348-yarn-no_version_install_fix.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
62617-fix-redfish-enable-account-if-enabled-prop-missing.yaml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
62621-docker_login-fix-60381.yaml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
62648-mysql_replication_add_master_use_gtid_param.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
62928-docker_container-ip-address-idempotency.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
62971-docker_container-image-finding.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
62999-postgresql_lang_add_owner_parameter.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
63036-mysql_replication_add_return_value.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
63130-mysql_replication_add_master_delay_parameter.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
63174-nsupdate-tsig-all-the-queries.yaml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
63189-mysql_info-global-status.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
63229-mysql_replication_add_connection_name_parameter.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
63271-mysql_replication_add_channel_parameter.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
63321-mysql_replication_add_resetmaster_to_mode.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
63345-docker_image-deprecation-warnings.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
63371-mysql_info_add_exclude_fields_parameter.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
63408-nsupdate-dont-fix-none-txt-value.yaml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
63418-docker_node_info-errors.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
63419-docker_container-defaults.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
63420-docker_container-trust_image_content.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
63467-docker-stack-return-fix.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
63522-remove-args-from-sumologic-and-splunk-callbacks.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
63546-mysql_replication_allow_to_pass_empty_values.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
63547-mysql_variables_add_mode_param.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
63555-postgresql_privs_typy_obj_types.yaml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
63565-postgresql_user_allow_user_name_with_dots.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
63621-gitlab_user-fix-sshkey-and-user.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
63629-postgresql_db_pgc_support.yaml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
63887-docker_swarm_service-sort-lists-when-checking-changes.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
63903-ufw.yaml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
63969-zabbix_action_argsfix.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
63990-replace-deprecated-basic-functions.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
64007-postgresql_db_allow_user_name_with_dots.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
64032-zabbix_template_fix_return_XML_as_a_string_even_python3.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
64059-mysql_user_fix_password_comparison.yaml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
64288-fix-hashi-vault-kv-v2.yaml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
64371-postgresql_privs-always-reports-as-changed-when-using-default_privs.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
64382-docker_login-fix-invalid-json.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
64582-postgresql_publication_fix_typo_in_module_warn.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
64583-postgresql_subscription_fix_typo_in_module_warn.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
64585-mysql_dont_mask_mysql_connect_errors_from_modules.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
64635-docker_container-network_mode.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
64637-docker_swarm_service-tmpfs-source.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
64661-postgres_py_add_query_params_arg.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
64683-docker_container-cpus.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
64797-fix-error-deleting-redfish-acct.yaml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
64989-gitlab-handle-lib-new-version.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
64994-postgresql_ext_use_query_params.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
65018-docker-none-errors.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
65044-fix-terraform-no-workspace.yaml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
65093-postgresql_lang_use_query_params_with_cursor.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
65164-postgres_use_query_params_with_cursor.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
65223-postgresql_db-exception-added.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
65238-fix_pacman_stdout_parsing.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
65304-fix_zabbix_host_inventory_mode_key_error.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
65310-postgresql_owner_use_query_params.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
65372-misc-context-manager.yml Remove more remains of intersight_info. (#396) 2020-05-22 07:59:41 +02:00
65387-homebrew_check_mode_option.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
65404-postgresql_publication_user_query_params_with_cursor.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
65498-mysql_db_add_executed_commands_return_val.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
65542-postgresql_db_add_executed_commands_return_val.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
65547-mysql_db_add_force_param.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
65609-docker-context-manager.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
65632-docker-argspec-fixup.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
65679-postgresql_schema_use_query_params_with_cursor.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
65750-pacman.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
65755-mysql_info_doesnt_list_empty_dbs.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
65787-postgresql_sequence_use_query_params_with_cursor.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
65789-mysql_user_add_plugin_authentication_parameters.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
65791-postgresql_modules_use_query_params_with_cursor.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
65839-docker_network-idempotence.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
65854-docker_container-wait-for-removal.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
65862-postgresql_modules_use_query_params_with_cursor.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
65894-redfish-bios-attributes.yaml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
65903-postgresql_privs_sort_lists_with_none_elements.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
65993-restart-docker_container-on-restart-policy-updates.yaml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
66026-zabbix_host_info.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
66048-mysql_add_master_data_parameter.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
66060-redfish-new-resource-id-option.yaml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
66144-docker_container-removal-timeout.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
66151-docker_swarm_service-healthcheck-start-period.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
66157-postgresql-create-unique-indexes.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
66247-zabbix_proxy-address-field.yaml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
66252-mysql_replication_fail_on_error.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
66268-cyberarkpassword-fix-invalid-attr.yaml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
66322-moved_line_causing_terraform_output_suppression.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
66331-postgresql_query_fix_unable_to_handle_non_ascii_chars_when_python3.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
66357-support-changing-fetch_url-settings-for-rundeck-modules.yaml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
66382-docker_container-port-range.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
66398-pamd_fix-attributeerror-when-removing-first-line.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
66463-zabbix_template-fix-error-linktemplate-and-importdump.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
66592_ipa_encoding_fix.yml ipa: Remove redundant encoding in json.loads (#87) 2020-04-01 17:09:38 +05:30
66599-docker-healthcheck.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
66600-docker_container-volumes.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
66688-mysql_db_add_skip_lock_tables_option.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
66711-postgresql_user_add_comment_parameter.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
66717-postgresql_db_add_dump_extra_args_param.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
66747-zabbix_template-newupdaterule-deletemissinglinkedtemplate.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
66777-zabbix_host_tags_macros_support.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
66801-mysql_user_priv_can_be_dict.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
66806-mysql_variables_not_support_variables_with_dot.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
66807-redhat_subscription-no-default-quantity.yaml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
66837-zabbix-proxy-interface.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
66841-zabbix_action-allowstrfor-esc_period.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
66914-purefa_user_string.yaml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
66929-pmrun-quote-entire-success-command-string.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
66957-scaleway-jsonify-only-for-json-requests.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
66974-mysql_user_doesnt_support_privs_with_underscore.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
67046-postgresql_modules_make_params_required.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
67302-zabbix_template_info-add-omit_date-field.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
67337-fix-proxysql-mysql-cursor.yaml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
67353-docker_login-permissions.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
67418-postgresql_set_converts_value_to_uppercase.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
67461-gitlab-project-variable-masked-protected.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
67464-postgresql_info_add_collecting_subscription_info.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
67614-postgresql_info_add_collecting_publication_info.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
67655-scaleway_compute-get-image-instead-loop-on-list.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
67693-zabbix_mediatype.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
67747-mysql_db_add_dump_extra_args_param.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
67767-mysql_db_fix_bug_introduced_by_56721.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
67832-run_powershell_modules_on_windows_containers.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
68251-redfish_config-fix-boolean-bios-attr-support.yaml redfish_config: fix support for boolean BIOS attributes (#189) 2020-04-16 09:56:24 +03:00
68374_rhn_channel.yml rhn_channel: Add validate_certs parameter (#79) 2020-03-31 08:47:20 +02:00
alicloud_params_add.yml Fix changelog fragment. (#194) 2020-04-16 22:07:59 +02:00
atomic_image_absent.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
become-pass-precedence.yaml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
clc_aa_policy-remove-unused-wait-parameter.yaml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
cron-only-get-bin-path-once.yaml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
cronvar-correct-binary-name.yaml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
filter-time.yml Time filter improvements (#359) 2020-05-19 11:18:49 +02:00
firewalld-version-0_7_0.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
fix-oc-conn-plugin-envvar.yml Env var case (#379) 2020-05-20 08:22:25 +02:00
fix_zabbix_host_visible_name.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
gitlab-project-variable-variable-type.yml gitlab_project_variable: added support for variable_type (#181) 2020-05-25 03:18:19 -07:00
gitlab_project_variable.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
ldap-params-removal.yml Remove the params module option from ldap_attr and ldap_entry (#113) 2020-04-06 18:13:04 +02:00
listen_ports_facts_doc.yml Updated listen_ports_facts documentation (#301) 2020-05-07 19:31:40 +01:00
lxd_container_url.yaml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
lxd_profile_url.yaml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
mqtt-ssl-protocols.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
mysql_info_add_parameter.yml mysql_info: Add parameter for __collect method (#136) 2020-04-11 12:12:09 +03:00
mysql_user_idempotency.yml Fixed mysql_user idempotency for long privilege lists. (Fixes ansible/#68044) (#58) 2020-04-01 17:31:53 +02:00
openstack_inventory_move.yml Moved OpenStack inventory script to OpenStack collection (#160) 2020-04-13 12:44:25 +02:00
ovirt-dont-ignore-instance_cpus-parameter.yaml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
postgresol_privs-fix-status-sorting.yaml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
proxmox-6-version-detection.yaml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
remove-2.9-deprecations.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
solaris_zone_name_fix.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
syslogger-disable-check-mode.yaml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
xml-deprecated-functions.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
zabbix-hostmacro.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00
zabbix_user-mediatype-error.yml Add changelog fragments for this collection from ansible/ansible. (#156) 2020-04-13 08:14:50 +01:00