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_mode
option will be set by default to the name of the first network innetworks
if at least one network is given andnetworks_cli_compatible
istrue
(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_compatible
totrue
. 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 fromcompatibility
tono_defaults
. Set to an explicit value to avoid deprecation warnings. - gitlab_user - no longer requires
name
,email
andpassword
arguments whenstate=absent
.
- A new filter
to_time_unit
with specializationsto_milliseconds
,to_seconds
,to_minutes
,to_hours
,to_days
,to_weeks
,to_months
andto_years
has been added. For example'2d 4h' | community.general.to_hours
evaluates 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_id
andproject_key
for 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
cpus
option (ansible/ansible#34320). - docker_container - add new
container_default_behavior
option (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 thedocker
CLI program. Note that if you specifyvolumes: strict
incomparisons
, 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
docker
command 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
, andrc
to return values. - docker_swarm_service - Added support for
init
option. - docker_swarm_service - Sort lists when checking for changes.
- firewalld - new feature, can now set
target
for 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 -
secret
can now be an unnamed argument if it's specified first in the term string (see examples). - hashi_vault -
token
is now an explicit option (and the default) in the choices forauth_method
. This matches previous behavior (auth_method
omitted resulted in token auth) but makes the value clearer and allows it to be explicitly specified. - hashi_vault - new option
return_format
added 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-token
if not specified. This is now controlled throughtoken_path
andtoken_file
options (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_options
allows to pass flags to upgrade - homebrew -
install_options
is now validated to be a list of strings. - homebrew_tap -
name
is 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
pvresize
new parameter (ansible/ansible#29139). - mysql_db - add
master_data
parameter (ansible/ansible#66048). - mysql_db - add
skip_lock_tables
option (ansible/ansible#66688). - mysql_db - add the
check_implicit_admin
parameter (ansible/ansible#24418). - mysql_db - add the
config_overrides_defaults
parameter (ansible/ansible#26919). - mysql_db - add the
dump_extra_args
parameter (ansible/ansible#67747). - mysql_db - add the
executed_commands
returned value (ansible/ansible#65498). - mysql_db - add the
force
parameter (ansible/ansible#65547). - mysql_db - add the
restrict_config_file
parameter (ansible/ansible#34488). - mysql_db - add the
unsafe_login_password
parameter (ansible/ansible#63955). - mysql_db - add the
use_shell
parameter (ansible/ansible#20196). - mysql_info - add
exclude_fields
parameter (ansible/ansible#63319). - mysql_info - add
global_status
filter parameter option and return (ansible/ansible#63189). - mysql_info - add
return_empty_dbs
parameter to list empty databases (ansible/ansible#65727). - mysql_replication - add
channel
parameter (ansible/ansible#29311). - mysql_replication - add
connection_name
parameter (ansible/ansible#46243). - mysql_replication - add
fail_on_error
parameter (ansible/ansible#66252). - mysql_replication - add
master_delay
parameter (ansible/ansible#51326). - mysql_replication - add
master_use_gtid
parameter (ansible/ansible#62648). - mysql_replication - add
queries
return value (ansible/ansible#63036). - mysql_replication - add support of
resetmaster
choice tomode
parameter (ansible/ansible#42870). - mysql_user -
priv
parameter can be string or dictionary (ansible/ansible#57533). - mysql_user - add
plugin_auth_string
parameter (ansible/ansible#44267). - mysql_user - add
plugin_hash_string
parameter (ansible/ansible#44267). - mysql_user - add
plugin
parameter (ansible/ansible#44267). - mysql_user - add the resource_limits parameter (ansible-collections#133).
- mysql_variables - add
mode
parameter (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
portal
parameter to be a domain name by resolving the portal ip address beforehand (ansible-collections#461). - packet_device - add
tags
parameter 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_type
parameter (ansible-collections#135). - pear - added
prompts
parameter to allow users to specify expected prompt that could hang Ansible execution (ansible-collections#530). - postgresql_copy - add the
trust_input
parameter (ansible-collections#313). - postgresql_db - add
dump_extra_args
parameter (ansible/ansible#66717). - postgresql_db - add support for .pgc file format for dump and restores.
- postgresql_db - add the
executed_commands
returned value (ansible/ansible#65542). - postgresql_db - add the
trust_input
parameter (ansible-collections#106). - postgresql_ext - add the
trust_input
parameter (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_input
parameter (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_input
parameter (ansible-collections#308). - postgresql_lang - add
owner
parameter (ansible/ansible#62999). - postgresql_lang - add the
trust_input
parameter (ansible-collections#272). - postgresql_membership - add the
trust_input
parameter (ansible-collections#158). - postgresql_owner - add the
trust_input
parameter (ansible-collections#198). - postgresql_ping - add the
session_role
parameter (ansible-collections#312). - postgresql_ping - add the
trust_input
parameter (ansible-collections#312). - postgresql_privs - add support for TYPE as object types in postgresql_privs module (ansible/ansible#62432).
- postgresql_privs - add the
trust_input
parameter (ansible-collections#177). - postgresql_publication - add the
session_role
parameter (ansible-collections#279). - postgresql_publication - add the
trust_input
parameter (ansible-collections#279). - postgresql_query - add the
encoding
parameter (ansible/ansible#65367). - postgresql_query - add the
trust_input
parameter (ansible-collections#294). - postgresql_schema - add the
trust_input
parameter (ansible-collections#259). - postgresql_sequence - add the
trust_input
parameter (ansible-collections#295). - postgresql_set - add the
trust_input
parameter (ansible-collections#302). - postgresql_slot - add the
trust_input
parameter (ansible-collections#298). - postgresql_subscription - add the
session_role
parameter (ansible-collections#280). - postgresql_subscription - add the
trust_input
parameter (ansible-collections#280). - postgresql_table - add the
trust_input
parameter (ansible-collections#307). - postgresql_tablespace - add the
trust_input
parameter (ansible-collections#240). - postgresql_user - add scram-sha-256 support (ansible/ansible#49878).
- postgresql_user - add the
trust_input
parameter (ansible-collections#116). - postgresql_user - add the comment parameter (ansible/ansible#66711).
- postgresql_user_obj_stat_info - add the
trust_input
parameter (ansible-collections#310). - postgresql_user_obj_stat_info - refactor to simplify code (ansible-collections#291)
- proxmox - add the
description
andhookscript
parameter (ansible-collections#245). - redfish_command - Support for virtual media insert and eject commands (ansible-collections#493)
- redfish_config - New
bios_attributes
option to allow setting multiple BIOS attributes in one command. - redfish_config, redfish_command - Add
resource_id
option 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_certs
option (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_certs
to allow changing fetch_url parameters. - slack - Add support for user/bot/application tokens (using Slack WebAPI)
- slack - Return
thread_id
with 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_files
for multiple var-files (ansible-collections#224). - ufw - accept
interface_in
andinterface_out
as parameters. - zypper - Added
allow_vendor_change
andreplacefiles
zypper 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
message
was renamed todeployment_message
sincemessage
is used by Ansible Core engine internally. - cisco_spark - the module option
message
was renamed tomsg
, asmessage
is used internally in Ansible Core engine (ansible/ansible#39295) - datadog - the parameter
message
was renamed tonotification_message
sincemessage
is used by Ansible Core engine internally. - docker_container - no longer passes information on non-anonymous volumes or binds as
Volumes
to the Docker daemon. This increases compatibility with thedocker
CLI program. Note that if you specifyvolumes: strict
incomparisons
, 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
docker
command 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
token
parameter and v2 api deploys. This feature will be removed in community.general 3.0.0. - clc_aa_policy - The
wait
option had no effect and will be removed in community.general 3.0.0. - clc_aa_policy - the
wait
parameter will be removed. It has always been ignored by the module. - docker_container - the
trust_image_content
option 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_content
option will be removed. It has always been ignored by the module. - docker_container - the default of
container_default_behavior
will change fromcompatibility
tono_defaults
in community.general 3.0.0. Set the option to an explicit value to avoid a deprecation warning. - docker_container - the default value for
network_mode
will change in community.general 3.0.0, provided at least one network is specified andnetworks_cli_compatible
istrue
. See porting guide, module documentation or deprecation warning for more details. - docker_stack - Return values
out
anderr
have been deprecated and will be removed in community.general 3.0.0. Usestdout
andstderr
instead. - docker_stack - the return values
err
andout
have been deprecated. Usestdout
andstderr
from now on instead. - helm - Put
helm
module to deprecated. New implementation is available in community.kubernetes collection. - redfish_config - Deprecate
bios_attribute_name
andbios_attribute_value
in favor of new bios_attributes` option. - redfish_config - the
bios_attribute_name
andbios_attribute_value
options will be removed. To maintain the existing behavior use thebios_attributes
option 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_id
option 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_id
option to specify target resource to modify.
- core - remove support for
check_invalid_arguments
inUTMModule
. - pacman - Removed deprecated
recurse
option, useextra_args=--recursive
instead
- 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
params
option has been removed in Ansible-2.10 as it circumvents Ansible's option handling. Settingbind_pw
with theparams
option 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
mqtt
module to prevent failures on Python 2.6. - Fix the
xml
module 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
package
type fromstr
tolist
to 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_monitor
to usenotification_message
insteade of deprecatedmessage
(ansible-collections#389). - datadog_monitor - added missing
log alert
type totype
choices (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
with
statement 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
username
orpassword
is not specified whenstate
ispresent
. - docker_login - make sure that
~/.docker/config.json
is 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 -
source
must no longer be specified fortmpfs
mounts. - 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.cloud
collection 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_vault
and 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_connect
function 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_import
function 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_log
warning forupdate_password
option - mysql_user - add
INVOKE LAMBDA
privilege support (ansible-collections#283). - mysql_user - fix
host_all
arguments 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_cpus
parameter - 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 -c
to 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_log
warning forno_password_changes
option - 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_params
arg of exec_sql function (ansible/ansible#64661). - postgresql_lang - use query params with cursor.execute (ansible/ansible#65093).
- postgresql_membership - make the
groups
andtarget_roles
parameters 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
name
parameter 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
tablespace
parameter 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_cert
andclient_key
options 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_cert
andfeed_client_key
for 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
1
when 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
runas
become_pass
variable fallback fromansible_runas_runas
toansible_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_id
data 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