mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-02-04 07:51:50 +00:00
New module to manage individual settings in TOML files without managing the entire file. Features include: - Add, modify, or remove keys in TOML tables - Support for all TOML 1.0.0 value types (strings, integers, floats, booleans, datetimes, arrays, inline tables, etc.) - Special float values (inf, -inf, nan) - Alternative integer representations (hex, octal, binary) - String variants (literal, multiline, multiline literal) - Array of tables support with indexing - Nested tables and dotted key support - Comment and formatting preservation via tomlkit - Backup file creation - Check mode and diff mode support Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| ISSUE_TEMPLATE | ||
| workflows | ||
| BOTMETA.yml | ||
| dependabot.yml | ||
| patchback.yml | ||
| pull_request_template.md | ||
| pull_request_template.md.license | ||
| settings.yml | ||