Topics
This is the first proper release of the community.general collection on 2020-06-20.
The changelog describes all changes made to the modules and plugins included in this
collection since Ansible 2.9.0.
- docker_container - the
network_modeoption will be set by default to the name of the first network innetworksif at least one network is given andnetworks_cli_compatibleistrue(will be default from community.general 2.0.0 on). Set to an explicit value to avoid deprecation warnings if you specify networks and setnetworks_cli_compatibletotrue. The current default (not specifying it) is equivalent to the valuedefault. - docker_container - the module has a new option,
container_default_behavior, whose default value will change fromcompatibilitytono_defaults. Set to an explicit value to avoid deprecation warnings. - gitlab_user - no longer requires
name,emailandpasswordarguments whenstate=absent.
- A new filter
to_time_unitwith specializationsto_milliseconds,to_seconds,to_minutes,to_hours,to_days,to_weeks,to_monthsandto_yearshas been added. For example'2d 4h' | community.general.to_hoursevaluates to 52. - Add a make option to the make module to be able to choose a specific make executable
- Add information about changed packages in homebrew returned facts (ansible/ansible#59376).
- Follow up changes in homebrew_cask (ansible/ansible#34696).
- Moved OpenStack dynamic inventory script to Openstack Collection.
- Remove redundant encoding in json.load call in ipa module_utils (ansible/ansible#66592).
- Updated documentation about netstat command requirement for listen_ports_facts module (ansible/ansible#68077).
- airbrake_deployment - Allow passing
project_idandproject_keyfor v4 api deploy compatibility - ali_instance - Add params
unique_suffix,tags,purge_tags,ram_role_name,spot_price_limit,spot_strategy,period_unit,dry_run,include_data_disks - ali_instance and ali_instance_info - the required package footmark needs a version higher than 1.19.0
- ali_instance_info - Add params
name_prefix,filters - alicloud modules - Add authentication params to all modules
- alicloud modules - now only support Python 3.6, not support Python 2.x
- cisco_spark - the module has been renamed to
cisco_webex(ansible-collections#457). - cloudflare_dns - Report unexpected failure with more detail (ansible-collections#511).
- database - add support to unique indexes in postgresql_idx
- digital_ocean_droplet - add support for new vpc_uuid parameter
- docker connection plugin - run Powershell modules on Windows containers.
- docker_container - add
cpusoption (ansible/ansible#34320). - docker_container - add new
container_default_behavioroption (PR ansible/ansible#63419). - docker_container - allow to configure timeout when the module waits for a container's removal.
- docker_container - only passes anonymous volumes to docker daemon as
Volumes. This increases compatibility with thedockerCLI program. Note that if you specifyvolumes: strictincomparisons, this could cause existing containers created with docker_container from Ansible 2.9 or earlier to restart. - docker_container - support for port ranges was adjusted to be more compatible to the
dockercommand line utility: a one-port container range combined with a multiple-port host range will no longer result in only the first host port be used, but the whole range being passed to Docker so that a free port in that range will be used. - docker_container.py - update a containers restart_policy without restarting the container (ansible/ansible#65993)
- docker_stack - Added
stdout,stderr, andrcto return values. - docker_swarm_service - Added support for
initoption. - docker_swarm_service - Sort lists when checking for changes.
- firewalld - new feature, can now set
targetfor azone(ansible-collections#526). - flatpak and flatpak_remote - use
module.run_command()instead ofsubprocess.Popen(). - gitlab_project_variable - implement masked and protected attributes
- gitlab_project_variable - implemented variable_type attribute.
- hashi_vault - AWS IAM auth method added. Accepts standard ansible AWS params and only loads AWS libraries when needed.
- hashi_vault - INI and additional ENV sources made available for some new and old options.
- hashi_vault -
secretcan now be an unnamed argument if it's specified first in the term string (see examples). - hashi_vault -
tokenis now an explicit option (and the default) in the choices forauth_method. This matches previous behavior (auth_methodomitted resulted in token auth) but makes the value clearer and allows it to be explicitly specified. - hashi_vault - new option
return_formatadded to control how secrets are returned, including options for multiple secrets and returning raw values with metadata. - hashi_vault - previous (undocumented) behavior was to attempt to read token from
~/.vault-tokenif not specified. This is now controlled throughtoken_pathandtoken_fileoptions (defaults will mimic previous behavior). - hashi_vault - previously all options had to be supplied via key=value pairs in the term string; now a mix of string and parameters can be specified (see examples).
- hashi_vault - uses newer authentication calls in the HVAC library and falls back to older ones with deprecation warnings.
- homebrew - Added environment variable to honor update_homebrew setting (ansible/ansible#56650).
- homebrew - New option
upgrade_optionsallows to pass flags to upgrade - homebrew -
install_optionsis now validated to be a list of strings. - homebrew_tap -
nameis now validated to be a list of strings. - idrac_redfish_config - Support for multiple manager attributes configuration
- java_keystore - add the private_key_passphrase parameter (ansible-collections#276).
- jira - added search function with support for Jira JQL (ansible-collections#22).
- jira - added update function which can update Jira Selects etc (ansible-collections#22).
- lvg - add
pvresizenew parameter (ansible/ansible#29139). - mysql_db - add
master_dataparameter (ansible/ansible#66048). - mysql_db - add
skip_lock_tablesoption (ansible/ansible#66688). - mysql_db - add the
check_implicit_adminparameter (ansible/ansible#24418). - mysql_db - add the
config_overrides_defaultsparameter (ansible/ansible#26919). - mysql_db - add the
dump_extra_argsparameter (ansible/ansible#67747). - mysql_db - add the
executed_commandsreturned value (ansible/ansible#65498). - mysql_db - add the
forceparameter (ansible/ansible#65547). - mysql_db - add the
restrict_config_fileparameter (ansible/ansible#34488). - mysql_db - add the
unsafe_login_passwordparameter (ansible/ansible#63955). - mysql_db - add the
use_shellparameter (ansible/ansible#20196). - mysql_info - add
exclude_fieldsparameter (ansible/ansible#63319). - mysql_info - add
global_statusfilter parameter option and return (ansible/ansible#63189). - mysql_info - add
return_empty_dbsparameter to list empty databases (ansible/ansible#65727). - mysql_replication - add
channelparameter (ansible/ansible#29311). - mysql_replication - add
connection_nameparameter (ansible/ansible#46243). - mysql_replication - add
fail_on_errorparameter (ansible/ansible#66252). - mysql_replication - add
master_delayparameter (ansible/ansible#51326). - mysql_replication - add
master_use_gtidparameter (ansible/ansible#62648). - mysql_replication - add
queriesreturn value (ansible/ansible#63036). - mysql_replication - add support of
resetmasterchoice tomodeparameter (ansible/ansible#42870). - mysql_user -
privparameter can be string or dictionary (ansible/ansible#57533). - mysql_user - add
plugin_auth_stringparameter (ansible/ansible#44267). - mysql_user - add
plugin_hash_stringparameter (ansible/ansible#44267). - mysql_user - add
pluginparameter (ansible/ansible#44267). - mysql_user - add the resource_limits parameter (ansible-collections#133).
- mysql_variables - add
modeparameter (ansible/ansible#60119). - nagios module - a start parameter has been added, allowing the time a Nagios outage starts to be set. It defaults to the current time if not provided, preserving the previous behavior and ensuring compatibility with existing playbooks.
- nsupdate - Use provided TSIG key to not only sign update queries but also lookup queries
- open_iscsi - allow
portalparameter to be a domain name by resolving the portal ip address beforehand (ansible-collections#461). - packet_device - add
tagsparameter on device creation (ansible-collections#418) - pacman - Improve package state detection speed: Don't query for full details of a package.
- parted - add the
fs_typeparameter (ansible-collections#135). - pear - added
promptsparameter to allow users to specify expected prompt that could hang Ansible execution (ansible-collections#530). - postgresql_copy - add the
trust_inputparameter (ansible-collections#313). - postgresql_db - add
dump_extra_argsparameter (ansible/ansible#66717). - postgresql_db - add support for .pgc file format for dump and restores.
- postgresql_db - add the
executed_commandsreturned value (ansible/ansible#65542). - postgresql_db - add the
trust_inputparameter (ansible-collections#106). - postgresql_ext - add the
trust_inputparameter (ansible-collections#282). - postgresql_ext - refactor to simplify and remove dead code (ansible-collections#291)
- postgresql_ext - use query parameters with cursor object (ansible/ansible#64994).
- postgresql_idx - add the
trust_inputparameter (ansible-collections#264). - postgresql_idx - refactor to simplify code (ansible-collections#291)
- postgresql_info - add collecting info about logical replication publications in databases (ansible/ansible#67614).
- postgresql_info - add collection info about replication subscriptions (ansible/ansible#67464).
- postgresql_info - add the
trust_inputparameter (ansible-collections#308). - postgresql_lang - add
ownerparameter (ansible/ansible#62999). - postgresql_lang - add the
trust_inputparameter (ansible-collections#272). - postgresql_membership - add the
trust_inputparameter (ansible-collections#158). - postgresql_owner - add the
trust_inputparameter (ansible-collections#198). - postgresql_ping - add the
session_roleparameter (ansible-collections#312). - postgresql_ping - add the
trust_inputparameter (ansible-collections#312). - postgresql_privs - add support for TYPE as object types in postgresql_privs module (ansible/ansible#62432).
- postgresql_privs - add the
trust_inputparameter (ansible-collections#177). - postgresql_publication - add the
session_roleparameter (ansible-collections#279). - postgresql_publication - add the
trust_inputparameter (ansible-collections#279). - postgresql_query - add the
encodingparameter (ansible/ansible#65367). - postgresql_query - add the
trust_inputparameter (ansible-collections#294). - postgresql_schema - add the
trust_inputparameter (ansible-collections#259). - postgresql_sequence - add the
trust_inputparameter (ansible-collections#295). - postgresql_set - add the
trust_inputparameter (ansible-collections#302). - postgresql_slot - add the
trust_inputparameter (ansible-collections#298). - postgresql_subscription - add the
session_roleparameter (ansible-collections#280). - postgresql_subscription - add the
trust_inputparameter (ansible-collections#280). - postgresql_table - add the
trust_inputparameter (ansible-collections#307). - postgresql_tablespace - add the
trust_inputparameter (ansible-collections#240). - postgresql_user - add scram-sha-256 support (ansible/ansible#49878).
- postgresql_user - add the
trust_inputparameter (ansible-collections#116). - postgresql_user - add the comment parameter (ansible/ansible#66711).
- postgresql_user_obj_stat_info - add the
trust_inputparameter (ansible-collections#310). - postgresql_user_obj_stat_info - refactor to simplify code (ansible-collections#291)
- proxmox - add the
descriptionandhookscriptparameter (ansible-collections#245). - redfish_command - Support for virtual media insert and eject commands (ansible-collections#493)
- redfish_config - New
bios_attributesoption to allow setting multiple BIOS attributes in one command. - redfish_config, redfish_command - Add
resource_idoption to specify which System, Manager, or Chassis resource to modify. - redis - add TLS support to redis cache plugin (ansible-collections#410).
- rhn_channel - Added
validate_certsoption (ansible/ansible#68374). - rundeck modules - added new options
client_cert,client_key,force,force_basic_auth,http_agent,url_password,url_username,use_proxy,validate_certsto allow changing fetch_url parameters. - slack - Add support for user/bot/application tokens (using Slack WebAPI)
- slack - Return
thread_idwith thread timestamp when user/bot/application tokens are used - syslogger - added new parameter ident to specify the name of application which is sending the message to syslog (ansible-collections#319).
- terraform - Adds option
backend_config_files. This can accept a list of paths to multiple configuration files (ansible-collections#394). - terraform - Adds option
variables_filesfor multiple var-files (ansible-collections#224). - ufw - accept
interface_inandinterface_outas parameters. - zypper - Added
allow_vendor_changeandreplacefileszypper options (ansible-collections#381)
- The environment variable for the auth context for the oc.py connection plugin has been corrected (K8S_CONTEXT). It was using an initial lowercase k by mistake. (ansible-collections#377).
- bigpanda - the parameter
messagewas renamed todeployment_messagesincemessageis used by Ansible Core engine internally. - cisco_spark - the module option
messagewas renamed tomsg, asmessageis used internally in Ansible Core engine (ansible/ansible#39295) - datadog - the parameter
messagewas renamed tonotification_messagesincemessageis used by Ansible Core engine internally. - docker_container - no longer passes information on non-anonymous volumes or binds as
Volumesto the Docker daemon. This increases compatibility with thedockerCLI program. Note that if you specifyvolumes: strictincomparisons, this could cause existing containers created with docker_container from Ansible 2.9 or earlier to restart. - docker_container - support for port ranges was adjusted to be more compatible to the
dockercommand line utility: a one-port container range combined with a multiple-port host range will no longer result in only the first host port be used, but the whole range being passed to Docker so that a free port in that range will be used. - hashi_vault lookup - now returns the latest version when using the KV v2 secrets engine. Previously, it returned all versions of the secret which required additional steps to extract and filter the desired version.
- airbrake_deployment - Add deprecation notice for
tokenparameter and v2 api deploys. This feature will be removed in community.general 3.0.0. - clc_aa_policy - The
waitoption had no effect and will be removed in community.general 3.0.0. - clc_aa_policy - the
waitparameter will be removed. It has always been ignored by the module. - docker_container - the
trust_image_contentoption is now deprecated and will be removed in community.general 3.0.0. It has never been used by the module. - docker_container - the
trust_image_contentoption will be removed. It has always been ignored by the module. - docker_container - the default of
container_default_behaviorwill change fromcompatibilitytono_defaultsin community.general 3.0.0. Set the option to an explicit value to avoid a deprecation warning. - docker_container - the default value for
network_modewill change in community.general 3.0.0, provided at least one network is specified andnetworks_cli_compatibleistrue. See porting guide, module documentation or deprecation warning for more details. - docker_stack - Return values
outanderrhave been deprecated and will be removed in community.general 3.0.0. Usestdoutandstderrinstead. - docker_stack - the return values
errandouthave been deprecated. Usestdoutandstderrfrom now on instead. - helm - Put
helmmodule to deprecated. New implementation is available in community.kubernetes collection. - redfish_config - Deprecate
bios_attribute_nameandbios_attribute_valuein favor of new bios_attributes` option. - redfish_config - the
bios_attribute_nameandbios_attribute_valueoptions will be removed. To maintain the existing behavior use thebios_attributesoption instead. - redfish_config and redfish_command - the behavior to select the first System, Manager, or Chassis resource to modify when multiple are present will be removed. Use the new
resource_idoption to specify target resource to modify. - redfish_config, redfish_command - Behavior to modify the first System, Mananger, or Chassis resource when multiple are present is deprecated. Use the new
resource_idoption to specify target resource to modify.
- core - remove support for
check_invalid_argumentsinUTMModule. - pacman - Removed deprecated
recurseoption, useextra_args=--recursiveinstead
- SECURITY - CVE-2019-14904 - solaris_zone module accepts zone name and performs actions related to that. However, there is no user input validation done while performing actions. A malicious user could provide a crafted zone name which allows executing commands into the server manipulating the module behaviour. Adding user input validation as per Solaris Zone documentation fixes this issue.
- security issue - Ansible: Splunk and Sumologic callback plugins leak sensitive data in logs (CVE-2019-14864)
- ldap_attr, ldap_entry - The
paramsoption has been removed in Ansible-2.10 as it circumvents Ansible's option handling. Settingbind_pwwith theparamsoption was disallowed in Ansible-2.7, 2.8, and 2.9 as it was insecure. For information about this policy, see the discussion at: https://meetbot.fedoraproject.org/ansible-meeting/2017-09-28/ansible_dev_meeting.2017-09-28-15.00.log.html This fixes CVE-2020-1746
- Convert MD5SUM to lowercase before comparison in maven_artifact module (ansible-collections#186).
- Fix GitLab modules authentication by handling python-gitlab library version >= 1.13.0 (ansible/ansible#64770)
- Fix SSL protocol references in the
mqttmodule to prevent failures on Python 2.6. - Fix the
xmlmodule to uselist(elem)instead ofelem.getchildren()since it is being removed in Python 3.9 - Fix to return XML as a string even for python3 (ansible/ansible#64032).
- Fixes the url handling in lxd_container module that url cannot be specified in lxd environment created by snap.
- Fixes the url handling in lxd_profile module that url cannot be specified in lxd environment created by snap.
- Redact GitLab Project variables which might include sensetive information such as password, api_keys and other project related details.
- Run command in absent state in atomic_image module.
- While deleting gitlab user, name, email and password is no longer required ini gitlab_user module (ansible/ansible#61921).
- airbrake_deployment - Allow deploy notifications for Airbrake compatible v2 api (e.g. Errbit)
- apt_rpm - fix
packagetype fromstrtolistto fix invoking with list of packages (ansible-collections#143). - archive - make module compatible with older Ansible versions (ansible-collections#306).
- become - Fix various plugins that still used play_context to get the become password instead of through the plugin - ansible/ansible#62367
- cloudflare_dns - fix KeyError 'success' (ansible-collections#236).
- cronvar - only run
get_bin_path()once - cronvar - use correct binary name (ansible/ansible#63274)
- cronvar - use get_bin_path utility to locate the default crontab executable instead of the hardcoded /usr/bin/crontab. (ansible/ansible#59765)
- cyberarkpassword - fix invalid attribute access (ansible/ansible#66268)
- datadog_monitor - Corrects
_update_monitorto usenotification_messageinsteade of deprecatedmessage(ansible-collections#389). - datadog_monitor - added missing
log alerttype totypechoices (ansible-collections#251). - dense callback - fix plugin access to its configuration variables and remove a warning message (ansible/ansible#64628).
- digital_ocean_droplet - Fix creation of DigitalOcean droplets using digital_ocean_droplet module (ansible/ansible#61655)
- docker connection plugin - do not prefix remote path if running on Windows containers.
- docker_compose - fix issue where docker deprecation warning results in ansible erroneously reporting a failure
- docker_container - fix idempotency for IP addresses for networks. The old implementation checked the effective IP addresses assigned by the Docker daemon, and not the specified ones. This causes idempotency issues for containers which are not running, since they have no effective IP addresses assigned.
- docker_container - fix network idempotence comparison error.
- docker_container - improve error behavior when parsing port ranges fails.
- docker_container - make sure that when image is missing, check mode indicates a change (image will be pulled).
- docker_container - passing
test: [NONE]now actually disables the image's healthcheck, as documented. - docker_container - wait for removal of container if docker API returns early (ansible/ansible#65811).
- docker_image - fix validation of build options.
- docker_image - improve file handling when loading images from disk.
- docker_image - make sure that deprecated options also emit proper deprecation warnings next to warnings which indicate how to replace them.
- docker_login - Use
withstatement when accessing files, to prevent that invalid JSON output is produced. - docker_login - correct broken fix for ansible/ansible#60381 which crashes for Python 3.
- docker_login - fix error handling when
usernameorpasswordis not specified whenstateispresent. - docker_login - make sure that
~/.docker/config.jsonis created with permissions0600. - docker_machine - fallback to ip subcommand output if IPAddress is missing (ansible-collections#412).
- docker_network - fix idempotence comparison error.
- docker_network - fix idempotency for multiple IPAM configs of the same IP version (ansible/ansible#65815).
- docker_network - validate IPAM config subnet CIDR notation on module setup and not during idempotence checking.
- docker_node_info - improve error handling when service inspection fails, for example because node name being ambiguous (ansible/ansible#63353, PR ansible/ansible#63418).
- docker_swarm_service -
sourcemust no longer be specified fortmpfsmounts. - docker_swarm_service - fix task always reporting as changed when using
healthcheck.start_period. - docker_swarm_service - passing
test: [NONE]now actually disables the image's healthcheck, as documented. - firewalld - enable the firewalld module to function offline with firewalld version 0.7.0 and newer (ansible/ansible#63254)
- flatpak and flatpak_remote - fix command line construction to build commands as lists instead of strings.
- gcp_storage_file lookup - die gracefully when the
google.cloudcollection is not installed, or changed in an incompatible way. - github_deploy_key - added support for pagination
- gitlab_user - Fix adding ssh key to new/changed user and adding group membership for new/changed user
- hashi_vault - Fix KV v2 lookup to always return latest version
- hashi_vault - Handle equal sign in key=value (ansible/ansible#55658).
- hashi_vault - error messages are now user friendly and don't contain the secret name ( ansible-collections#54 )
- hashi_vault - if used via
with_hashi_vaultand a list of n secrets to retrieve, only the first one would be retrieved and returned n times. - hashi_vault - when a non-token authentication method like ldap or userpass failed, but a valid token was loaded anyway (via env or token file), the token was used to attempt authentication, hiding the failure of the requested auth method.
- homebrew - fix Homebrew module's some functions ignored check_mode option (ansible/ansible#65387).
- influxdb_user - Don't grant admin privilege in check mode
- ipa modules - fix error when IPA_HOST is empty and fallback on DNS (ansible-collections#241)
- java_keystore - make module compatible with older Ansible versions (ansible-collections#306).
- jira - printing full error message from jira server (ansible-collections#22).
- jira - transition issue not working (ansible-collections#109).
- linode inventory plugin - fix parsing of access_token (ansible/ansible#66874)
- manageiq_provider - fix serialization error when running on python3 environment.
- maven_artifact - make module compatible with older Ansible versions (ansible-collections#306).
- mysql - dont mask
mysql_connectfunction errors from modules (ansible/ansible#64560). - mysql_db - fix Broken pipe error appearance when state is import and the target file is compressed (ansible/ansible#20196).
- mysql_db - fix bug in the
db_importfunction introduced by ansible/ansible#56721 (ansible/ansible#65351). - mysql_info - add parameter for __collect to get only what are wanted (ansible-collections#136).
- mysql_replication - allow to pass empty values to parameters (ansible/ansible#23976).
- mysql_user - Fix idempotence when long grant lists are used (ansible/ansible#68044)
- mysql_user - Remove false positive
no_logwarning forupdate_passwordoption - mysql_user - add
INVOKE LAMBDAprivilege support (ansible-collections#283). - mysql_user - fix
host_allarguments conversion string formatting error (ansible/ansible#29644). - mysql_user - fix support privileges with underscore (ansible/ansible#66974).
- mysql_user - fix the error No database selected (ansible/ansible#68070).
- mysql_user - make sure current_pass_hash is a string before using it in comparison (ansible/ansible#60567).
- mysql_variable - fix the module doesn't support variables name with dot (ansible/ansible#54239).
- nmcli - typecast parameters to string as required (ansible/ansible#59095).
- nsupdate - Do not try fixing non-existing TXT values (ansible/ansible#63364)
- nsupdate - Fix zone name lookup of internal/private zones (ansible/ansible#62052)
- one_vm - improve file handling by using a context manager.
- ovirt - don't ignore
instance_cpusparameter - pacman - Fix pacman output parsing on localized environment. (ansible/ansible#65237)
- pacman - fix module crash with
IndexError: list index out of range(ansible/ansible#63077) - pamd - Bugfix for attribute error when removing the first or last line
- parted - added 'undefined' align option to support parted versions < 2.1 (ansible-collections#405).
- parted - consider current partition state even in check mode (ansible-collections#183).
- passwordstore lookup - Honor equal sign in userpass
- pmrun plugin - The success_command string was no longer quoted. This caused unusual use-cases like
become_flags=su - root -cto fail. - postgres - use query params with cursor.execute in module_utils.postgres.PgMembership class (ansible/ansible#65164).
- postgres.py - add a new keyword argument
query_params(ansible/ansible#64661). - postgres_user - Remove false positive
no_logwarning forno_password_changesoption - postgresql_db - Removed exception for 'LibraryError' (ansible/ansible#65223).
- postgresql_db - allow to pass users names which contain dots (ansible/ansible#63204).
- postgresql_idx.py - use the
query_paramsarg of exec_sql function (ansible/ansible#64661). - postgresql_lang - use query params with cursor.execute (ansible/ansible#65093).
- postgresql_membership - make the
groupsandtarget_rolesparameters required (ansible/ansible#67046). - postgresql_membership - remove unused import of exec_sql function (ansible-collections#178).
- postgresql_owner - use query_params with cursor object (ansible/ansible#65310).
- postgresql_privs - fix sorting lists with None elements for python3 (ansible/ansible#65761).
- postgresql_privs - sort results before comparing so that the values are compared and not the result of
.sort()(ansible/ansible#65125) - postgresql_privs.py - fix reports as changed behavior of module when using
type=default_privs(ansible/ansible#64371). - postgresql_publication - fix typo in module.warn method name (ansible/ansible#64582).
- postgresql_publication - use query params arg with cursor object (ansible/ansible#65404).
- postgresql_query - improve file handling by using a context manager.
- postgresql_query - the module doesn't support non-ASCII characters in SQL files with Python3 (ansible/ansible#65367).
- postgresql_schema - use query parameters with cursor object (ansible/ansible#65679).
- postgresql_sequence - use query parameters with cursor object (ansible/ansible#65787).
- postgresql_set - fix converting value to uppercase (ansible/ansible#67377).
- postgresql_set - use query parameters with cursor object (ansible/ansible#65791).
- postgresql_slot - make the
nameparameter required (ansible/ansible#67046). - postgresql_slot - use query parameters with cursor object (ansible/ansible#65791).
- postgresql_subscription - fix typo in module.warn method name (ansible/ansible#64583).
- postgresql_subscription - use query parameters with cursor object (ansible/ansible#65791).
- postgresql_table - use query parameters with cursor object (ansible/ansible#65862).
- postgresql_tablespace - make the
tablespaceparameter required (ansible/ansible#67046). - postgresql_tablespace - use query parameters with cursor object (ansible/ansible#65862).
- postgresql_user - allow to pass user name which contains dots (ansible/ansible#63204).
- postgresql_user - use query parameters with cursor object (ansible/ansible#65862).
- proxmox - fix version detection of proxmox 6 and up (Fixes ansible/ansible#59164)
- proxysql - fixed mysql dictcursor
- pulp_repo - the
client_certandclient_keyoptions were used for both requests to the Pulp instance and for the repo to sync with, resulting in errors when they were used. Use the new optionsfeed_client_certandfeed_client_keyfor client certificates that should only be used for repo synchronisation, and not for communication with the Pulp instance. (ansible/ansible#59513) - puppet - fix command line construction for check mode and
manifest: - pure - fix incorrect user_string setting in module_utils file (ansible/ansible#66914)
- redfish_command - fix EnableAccount if Enabled property is not present in Account resource (ansible/ansible#59822)
- redfish_command - fix error when deleting a disabled Redfish account (ansible/ansible#64684)
- redfish_command - fix power ResetType mapping logic (ansible/ansible#59804)
- redfish_config - fix support for boolean bios attrs (ansible/ansible#68251)
- redfish_facts - fix KeyError exceptions in GetLogs (ansible/ansible#59797)
- redhat_subscription - do not set the default quantity to
1when no quantity is provided (ansible/ansible#66478) - replace use of deprecated functions from
ansible.module_utils.basic. - rshm_repository - reduce execution time when changed is False (ansible-collections#458).
- runas - Fix the
runasbecome_passvariable fallback fromansible_runas_runastoansible_runas_pass - scaleway - Fix bug causing KeyError exception on JSON http requests. (ansible-collections#444)
- scaleway: use jsonify unmarshaller only for application/json requests to avoid breaking the multiline configuration with requests in text/plain (ansible/ansible#65036)
- scaleway_compute - fix transition handling that could cause errors when removing a node (ansible-collections#444).
- scaleway_compute(check_image_id): use get image instead loop on first page of images results
- sesu - make use of the prompt specified in the code
- slack - Fix
thread_iddata type - slackpkg - fix matching some special cases in package names (ansible-collections#505).
- slackpkg - fix name matching in package installation (ansible-collections#450).
- spacewalk inventory - improve file handling by using a context manager.
- syslog_json callback - fix plugin exception when running (ansible-collections#407).
- syslogger callback plugin - remove check mode support since it did nothing anyway
- terraform - adding support for absolute paths additionally to the relative path within project_path (ansible/ansible#58578)
- terraform - reset out and err before plan creation (ansible/ansible#64369)
- terraform module - fixes usage for providers not supporting workspaces
- yarn - Return correct values when running yarn in check mode (ansible-collections#153).
- yarn - handle no version when installing module by name (ansible/ansible#55097)
- zfs_delegate_admin - add missing choices diff/hold/release to the permissions parameter (ansible-collections#278)
- diy - Customize the output
- etcd3 - Get key values from etcd3 server
- lmdb_kv - fetch data from LMDB
- hwc_ecs_instance - Creates a resource of Ecs/Instance in Huawei Cloud
- hwc_evs_disk - Creates a resource of Evs/Disk in Huawei Cloud
- hwc_vpc_eip - Creates a resource of Vpc/EIP in Huawei Cloud
- hwc_vpc_peering_connect - Creates a resource of Vpc/PeeringConnect in Huawei Cloud
- hwc_vpc_port - Creates a resource of Vpc/Port in Huawei Cloud
- hwc_vpc_private_ip - Creates a resource of Vpc/PrivateIP in Huawei Cloud
- hwc_vpc_route - Creates a resource of Vpc/Route in Huawei Cloud
- hwc_vpc_security_group - Creates a resource of Vpc/SecurityGroup in Huawei Cloud
- hwc_vpc_security_group_rule - Creates a resource of Vpc/SecurityGroupRule in Huawei Cloud
- hwc_vpc_subnet - Creates a resource of Vpc/Subnet in Huawei Cloud
- ovh_monthly_billing - Manage OVH monthly billing
- packet_ip_subnet - Assign IP subnet to a bare metal server.
- packet_project - Create/delete a project in Packet host.
- packet_volume - Create/delete a volume in Packet host.
- packet_volume_attachment - Attach/detach a volume to a device in the Packet host.
- redis_info - Gather information about Redis servers
- mysql_query - Run MySQL queries
- postgresql_subscription - Add, update, or remove PostgreSQL subscription
- postgresql_user_obj_stat_info - Gather statistics about PostgreSQL user objects
- iso_create - Generate ISO file with specified files or folders
- hetzner_firewall - Manage Hetzner's dedicated server firewall
- hetzner_firewall_info - Manage Hetzner's dedicated server firewall
- ipwcli_dns - Manage DNS Records for Ericsson IPWorks via ipwcli
- ldap_attrs - Add or remove multiple LDAP attribute values
- ldap_search - Search for entries in a LDAP server
- mas - Manage Mac App Store applications with mas-cli
- dpkg_divert - Override a debian package's version of a file
- lbu - Local Backup Utility for Alpine Linux