Files
community.general/CHANGELOG.md
Felix Fontein 5da06a75aa Release 11.0.0.
2025-06-16 20:18:30 +02:00

120 KiB

Community General Release Notes

Topics

v11.0.0

Release Summary

This is release 11.0.0 of community.general, released on 2025-06-16.

Minor Changes

Deprecated Features

Removed Features (previously deprecated)

Security Fixes

Bugfixes

Known Issues

New Plugins

Callback

  • community.general.print_task - Prints playbook task snippet to job output.

Connection

  • community.general.wsl - Run tasks in WSL distribution using wsl.exe CLI via SSH.

Filter

  • community.general.accumulate - Produce a list of accumulated sums of the input list contents.
  • community.general.json_diff - Create a JSON patch by comparing two JSON files.
  • community.general.json_patch - Apply a JSON-Patch (RFC 6902) operation to an object.
  • community.general.json_patch_recipe - Apply JSON-Patch (RFC 6902) operations to an object.
  • community.general.to_prettytable - Format a list of dictionaries as an ASCII table.

Inventory

  • community.general.iocage - iocage inventory source.

Lookup

  • community.general.onepassword_ssh_key - Fetch SSH keys stored in 1Password.

New Modules

  • community.general.android_sdk - Manages Android SDK packages.
  • community.general.decompress - Decompresses compressed files.
  • community.general.ldap_inc - Use the Modify-Increment LDAP V3 feature to increment an attribute value.
  • community.general.lvm_pv - Manage LVM Physical Volumes.
  • community.general.pacemaker_resource - Manage pacemaker resources.
  • community.general.systemd_creds_decrypt - C(systemd)'s C(systemd-creds decrypt) plugin.
  • community.general.systemd_creds_encrypt - C(systemd)'s C(systemd-creds encrypt) plugin.
  • community.general.systemd_info - Gather C(systemd) unit info.
  • community.general.xdg_mime - Set default handler for MIME types, for applications using XDG tools.
  • community.general.zpool - Manage ZFS zpools.