mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Add changelog fragments for this collection from ansible/ansible. (#156)
This commit is contained in:
parent
4ebb65e6f6
commit
fab6b980d2
159 changed files with 372 additions and 0 deletions
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
bugfixes:
|
||||
- "github_deploy_key - added support for pagination"
|
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- rabbitmq_publish - Fix to ensure the module works correctly for pika v1.0.0 and later. (https://github.com/ansible/ansible/pull/61960)
|
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
bugfixes:
|
||||
- terraform - adding support for absolute paths additionally to the relative path within project_path (https://github.com/ansible/ansible/issues/58578)
|
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- pulp_repo - the ``client_cert`` and ``client_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 options ``feed_client_cert`` and ``feed_client_key`` for client certificates that should only be used for repo synchronisation, and not for communication with the Pulp instance. (https://github.com/ansible/ansible/issues/59513)
|
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- cronvar - use get_bin_path utility to locate the default crontab executable instead of the hardcoded /usr/bin/crontab. (https://github.com/ansible/ansible/pull/59765)
|
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
bugfixes:
|
||||
- redfish_facts - fix KeyError exceptions in GetLogs (https://github.com/ansible/ansible/issues/59797)
|
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
bugfixes:
|
||||
- redfish_command - fix power ResetType mapping logic (https://github.com/ansible/ansible/issues/59804)
|
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- idrac_redfish_config - Support for multiple manager attributes configuration
|
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- "docker_compose - fix issue where docker deprecation warning results in ansible erroneously reporting a failure"
|
5
changelogs/fragments/61562-nagios-start.yaml
Normal file
5
changelogs/fragments/61562-nagios-start.yaml
Normal file
|
@ -0,0 +1,5 @@
|
|||
minor_changes:
|
||||
- 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.
|
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- digital_ocean_droplet - Fix creation of DigitalOcean droplets using digital_ocean_droplet module (https://github.com/ansible/ansible/pull/61655)
|
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- "docker_container - improve error behavior when parsing port ranges fails."
|
2
changelogs/fragments/61921-gitlab_user.yml
Normal file
2
changelogs/fragments/61921-gitlab_user.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- While deleting gitlab user, name, email and password is no longer required ini gitlab_user module (https://github.com/ansible/ansible/issues/61921).
|
|
@ -0,0 +1,2 @@
|
|||
removed_features:
|
||||
- pacman - Removed deprecated ``recurse`` option, use ``extra_args=--recursive`` instead
|
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- nsupdate - Fix zone name lookup of internal/private zones (https://github.com/ansible/ansible/issues/62052)
|
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
bugfixes:
|
||||
- yarn - handle no version when installing module by name (https://github.com/ansible/ansible/issues/55097)
|
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
bugfixes:
|
||||
- redfish_command - fix EnableAccount if Enabled property is not present in Account resource (https://github.com/ansible/ansible/issues/59822)
|
2
changelogs/fragments/62621-docker_login-fix-60381.yaml
Normal file
2
changelogs/fragments/62621-docker_login-fix-60381.yaml
Normal file
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- "docker_login - correct broken fix for https://github.com/ansible/ansible/pull/60381 which crashes for Python 3."
|
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- mysql_replication - add ``master_use_gtid`` parameter (https://github.com/ansible/ansible/pull/62648).
|
|
@ -0,0 +1,4 @@
|
|||
bugfixes:
|
||||
- "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."
|
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- "docker_container - make sure that when image is missing, check mode indicates a change (image will be pulled)."
|
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- postgresql_lang - add ``owner`` parameter (https://github.com/ansible/ansible/pull/62999).
|
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- mysql_replication - add ``queries`` return value (https://github.com/ansible/ansible/pull/63036).
|
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- mysql_replication - add ``master_delay`` parameter (https://github.com/ansible/ansible/issues/51326).
|
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- nsupdate - Use provided TSIG key to not only sign update queries but also lookup queries
|
2
changelogs/fragments/63189-mysql_info-global-status.yml
Normal file
2
changelogs/fragments/63189-mysql_info-global-status.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- mysql_info - add ``global_status`` filter parameter option and return (https://github.com/ansible/ansible/pull/63189).
|
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- mysql_replication - add ``connection_name`` parameter (https://github.com/ansible/ansible/issues/46243).
|
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- mysql_replication - add ``channel`` parameter (https://github.com/ansible/ansible/issues/29311).
|
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- mysql_replication - add support of ``resetmaster`` choice to ``mode`` parameter (https://github.com/ansible/ansible/issues/42870).
|
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- "docker_image - make sure that deprecated options also emit proper deprecation warnings next to warnings which indicate how to replace them."
|
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- mysql_info - add ``exclude_fields`` parameter (https://github.com/ansible/ansible/issues/63319).
|
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- nsupdate - Do not try fixing non-existing TXT values (https://github.com/ansible/ansible/issues/63364)
|
3
changelogs/fragments/63418-docker_node_info-errors.yml
Normal file
3
changelogs/fragments/63418-docker_node_info-errors.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
bugfixes:
|
||||
- "docker_node_info - improve error handling when service inspection fails, for example because node name being ambiguous
|
||||
(https://github.com/ansible/ansible/issues/63353, PR https://github.com/ansible/ansible/pull/63418)."
|
4
changelogs/fragments/63419-docker_container-defaults.yml
Normal file
4
changelogs/fragments/63419-docker_container-defaults.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
minor_changes:
|
||||
- "docker_container - add new ``container_default_behavior`` option (PR https://github.com/ansible/ansible/pull/63419)."
|
||||
deprecated_features:
|
||||
- "docker_container - the default of ``container_default_behavior`` will change from ``compatibility`` to ``no_defaults`` in Ansible 2.14. Set the option to an explicit value to avoid a deprecation warning."
|
|
@ -0,0 +1,2 @@
|
|||
deprecated_features:
|
||||
- "docker_container - the ``trust_image_content`` option is now deprecated and will be removed in Ansible 2.14. It has never been used by the module."
|
5
changelogs/fragments/63467-docker-stack-return-fix.yml
Normal file
5
changelogs/fragments/63467-docker-stack-return-fix.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
minor_changes:
|
||||
- docker_stack - Added ``stdout``, ``stderr``, and ``rc`` to return values.
|
||||
|
||||
deprecated_features:
|
||||
- docker_stack - Return values ``out`` and ``err`` have been deprecated and will be removed in Ansible 2.14. Use ``stdout`` and ``stderr`` instead.
|
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- '**security issue** - Ansible: Splunk and Sumologic callback plugins leak sensitive data in logs (CVE-2019-14864)'
|
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- mysql_replication - allow to pass empty values to parameters (https://github.com/ansible/ansible/issues/23976).
|
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- mysql_variables - add ``mode`` parameter (https://github.com/ansible/ansible/issues/60119).
|
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- postgresql_privs - add support for TYPE as object types in postgresql_privs module (https://github.com/ansible/ansible/issues/62432).
|
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- postgresql_user - allow to pass user name which contains dots (https://github.com/ansible/ansible/issues/63204).
|
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- "gitlab_user - Fix adding ssh key to new/changed user and adding group membership for new/changed user"
|
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- postgresql_db - add support for .pgc file format for dump and restores.
|
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- "docker_swarm_service - Sort lists when checking for changes."
|
2
changelogs/fragments/63903-ufw.yaml
Normal file
2
changelogs/fragments/63903-ufw.yaml
Normal file
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- ufw - accept ``interface_in`` and ``interface_out`` as parameters.
|
2
changelogs/fragments/63969-zabbix_action_argsfix.yml
Normal file
2
changelogs/fragments/63969-zabbix_action_argsfix.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- zabbix_action - arguments ``event_source`` and ``esc_period`` no longer required when ``state=absent``
|
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- replace use of deprecated functions from ``ansible.module_utils.basic``.
|
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- postgresql_db - allow to pass users names which contain dots (https://github.com/ansible/ansible/issues/63204).
|
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- Fix to return XML as a string even for python3 (https://github.com/ansible/ansible/pull/64032).
|
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- mysql_user - make sure current_pass_hash is a string before using it in comparison (https://github.com/ansible/ansible/issues/60567).
|
2
changelogs/fragments/64288-fix-hashi-vault-kv-v2.yaml
Normal file
2
changelogs/fragments/64288-fix-hashi-vault-kv-v2.yaml
Normal file
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- "hashi_vault - Fix KV v2 lookup to always return latest version"
|
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- postgresql_privs.py - fix reports as changed behavior of module when using ``type=default_privs`` (https://github.com/ansible/ansible/issues/64371).
|
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- "docker_login - Use ``with`` statement when accessing files, to prevent that invalid JSON output is produced."
|
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- postgresql_publication - fix typo in module.warn method name (https://github.com/ansible/ansible/issues/64582).
|
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- postgresql_subscription - fix typo in module.warn method name (https://github.com/ansible/ansible/pull/64583).
|
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- mysql - dont mask ``mysql_connect`` function errors from modules (https://github.com/ansible/ansible/issues/64560).
|
|
@ -0,0 +1,2 @@
|
|||
deprecated_features:
|
||||
- "docker_container - the default value for ``network_mode`` will change in Ansible 2.14, provided at least one network is specified and ``networks_cli_compatible`` is ``true``. See porting guide, module documentation or deprecation warning for more details."
|
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- "docker_swarm_service - ``source`` must no longer be specified for ``tmpfs`` mounts."
|
|
@ -0,0 +1,3 @@
|
|||
bugfixes:
|
||||
- postgres.py - add a new keyword argument ``query_params`` (https://github.com/ansible/ansible/pull/64661).
|
||||
- postgresql_idx.py - use the ``query_params`` arg of exec_sql function (https://github.com/ansible/ansible/pull/64661).
|
2
changelogs/fragments/64683-docker_container-cpus.yml
Normal file
2
changelogs/fragments/64683-docker_container-cpus.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- "docker_container - add ``cpus`` option (https://github.com/ansible/ansible/issues/34320)."
|
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
bugfixes:
|
||||
- redfish_command - fix error when deleting a disabled Redfish account (https://github.com/ansible/ansible/issues/64684)
|
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- Fix GitLab modules authentication by handling `python-gitlab` library version >= 1.13.0 (https://github.com/ansible/ansible/issues/64770)
|
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- postgresql_ext - use query parameters with cursor object (https://github.com/ansible/ansible/pull/64994).
|
3
changelogs/fragments/65018-docker-none-errors.yml
Normal file
3
changelogs/fragments/65018-docker-none-errors.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
bugfixes:
|
||||
- "docker_container - fix network idempotence comparison error."
|
||||
- "docker_network - fix idempotence comparison error."
|
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- terraform module - fixes usage for providers not supporting workspaces
|
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- postgresql_lang - use query params with cursor.execute (https://github.com/ansible/ansible/pull/65093).
|
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- postgres - use query params with cursor.execute in module_utils.postgres.PgMembership class (https://github.com/ansible/ansible/pull/65164).
|
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- postgresql_db - Removed exception for 'LibraryError' (https://github.com/ansible/ansible/issues/65223).
|
2
changelogs/fragments/65238-fix_pacman_stdout_parsing.yml
Normal file
2
changelogs/fragments/65238-fix_pacman_stdout_parsing.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- pacman - Fix pacman output parsing on localized environment. (https://github.com/ansible/ansible/issues/65237)
|
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- zabbix_host - fixed inventory_mode key error, which occurs with Zabbix 4.4.1 or more (https://github.com/ansible/ansible/issues/65304).
|
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- postgresql_owner - use query_params with cursor object (https://github.com/ansible/ansible/pull/65310).
|
5
changelogs/fragments/65372-misc-context-manager.yml
Normal file
5
changelogs/fragments/65372-misc-context-manager.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
bugfixes:
|
||||
- spacewalk inventory - improve file handling by using a context manager.
|
||||
- intersight_rest_api, intersight_info - improve file handling by using a context manager.
|
||||
- one_vm - improve file handling by using a context manager.
|
||||
- postgresql_query - improve file handling by using a context manager.
|
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- homebrew - fix Homebrew module's some functions ignored check_mode option (https://github.com/ansible/ansible/pull/65387).
|
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- postgresql_publication - use query params arg with cursor object (https://github.com/ansible/ansible/issues/65404).
|
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- mysql_db - add the ``executed_commands`` returned value (https://github.com/ansible/ansible/pull/65498).
|
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- postgresql_db - add the ``executed_commands`` returned value (https://github.com/ansible/ansible/pull/65542).
|
2
changelogs/fragments/65547-mysql_db_add_force_param.yml
Normal file
2
changelogs/fragments/65547-mysql_db_add_force_param.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- mysql_db - add the ``force`` parameter (https://github.com/ansible/ansible/pull/65547).
|
2
changelogs/fragments/65609-docker-context-manager.yml
Normal file
2
changelogs/fragments/65609-docker-context-manager.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- docker_image - improve file handling when loading images from disk.
|
3
changelogs/fragments/65632-docker-argspec-fixup.yml
Normal file
3
changelogs/fragments/65632-docker-argspec-fixup.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
bugfixes:
|
||||
- "docker_image - fix validation of build options."
|
||||
- "docker_login - fix error handling when ``username`` or ``password`` is not specified when ``state`` is ``present``."
|
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- postgresql_schema - use query parameters with cursor object (https://github.com/ansible/ansible/pull/65679).
|
2
changelogs/fragments/65750-pacman.yml
Normal file
2
changelogs/fragments/65750-pacman.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- "pacman - fix module crash with ``IndexError: list index out of range`` (https://github.com/ansible/ansible/issues/63077)"
|
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- mysql_info - add ``return_empty_dbs`` parameter to list empty databases (https://github.com/ansible/ansible/issues/65727).
|
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- postgresql_sequence - use query parameters with cursor object (https://github.com/ansible/ansible/pull/65787).
|
|
@ -0,0 +1,4 @@
|
|||
minor_changes:
|
||||
- mysql_user - add ``plugin`` parameter (https://github.com/ansible/ansible/pull/44267).
|
||||
- mysql_user - add ``plugin_hash_string`` parameter (https://github.com/ansible/ansible/pull/44267).
|
||||
- mysql_user - add ``plugin_auth_string`` parameter (https://github.com/ansible/ansible/pull/44267).
|
|
@ -0,0 +1,4 @@
|
|||
bugfixes:
|
||||
- postgresql_set - use query parameters with cursor object (https://github.com/ansible/ansible/pull/65791).
|
||||
- postgresql_slot - use query parameters with cursor object (https://github.com/ansible/ansible/pull/65791).
|
||||
- postgresql_subscription - use query parameters with cursor object (https://github.com/ansible/ansible/pull/65791).
|
|
@ -0,0 +1,3 @@
|
|||
bugfixes:
|
||||
- "docker_network - fix idempotency for multiple IPAM configs of the same IP version (https://github.com/ansible/ansible/issues/65815)."
|
||||
- "docker_network - validate IPAM config subnet CIDR notation on module setup and not during idempotence checking."
|
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- "docker_container - wait for removal of container if docker API returns early (https://github.com/ansible/ansible/issues/65811)."
|
|
@ -0,0 +1,4 @@
|
|||
bugfixes:
|
||||
- postgresql_table - use query parameters with cursor object (https://github.com/ansible/ansible/pull/65862).
|
||||
- postgresql_tablespace - use query parameters with cursor object (https://github.com/ansible/ansible/pull/65862).
|
||||
- postgresql_user - use query parameters with cursor object (https://github.com/ansible/ansible/pull/65862).
|
4
changelogs/fragments/65894-redfish-bios-attributes.yaml
Normal file
4
changelogs/fragments/65894-redfish-bios-attributes.yaml
Normal file
|
@ -0,0 +1,4 @@
|
|||
minor_changes:
|
||||
- redfish_config - New ``bios_attributes`` option to allow setting multiple BIOS attributes in one command.
|
||||
deprecated_features:
|
||||
- redfish_config - Deprecate ``bios_attribute_name`` and ``bios_attribute_value`` in favor of new `bios_attributes`` option.
|
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- postgresql_privs - fix sorting lists with None elements for python3 (https://github.com/ansible/ansible/issues/65761).
|
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- docker_container.py - update a containers restart_policy without restarting the container (https://github.com/ansible/ansible/issues/65993)
|
2
changelogs/fragments/66026-zabbix_host_info.yml
Normal file
2
changelogs/fragments/66026-zabbix_host_info.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- zabbix_host_info - ``host_name`` based search results now include host groups.
|
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- mysql_db - add ``master_data`` parameter (https://github.com/ansible/ansible/pull/66048).
|
|
@ -0,0 +1,4 @@
|
|||
minor_changes:
|
||||
- redfish_config, redfish_command - Add ``resource_id`` option to specify which System, Manager, or Chassis resource to modify.
|
||||
deprecated_features:
|
||||
- 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.
|
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- "docker_container - allow to configure timeout when the module waits for a container's removal."
|
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- "docker_swarm_service - fix task always reporting as changed when using ``healthcheck.start_period``."
|
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- database - add support to unique indexes in postgresql_idx
|
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- zabbix_proxy - added option proxy_address for comma-delimited list of IP/CIDR addresses or DNS names to accept active proxy requests from
|
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- mysql_replication - add ``fail_on_error`` parameter (https://github.com/ansible/ansible/pull/66252).
|
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- cyberarkpassword - fix invalid attribute access (https://github.com/ansible/ansible/issues/66268)
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue