From e06e86db64823aacbf6d87f137f686def94ffc9b Mon Sep 17 00:00:00 2001 From: Jose Drowne Date: Tue, 27 Jan 2026 00:32:52 -0500 Subject: [PATCH] Update version_added to 12.4.0 Co-Authored-By: Claude Opus 4.5 --- plugins/modules/toml_file.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/toml_file.py b/plugins/modules/toml_file.py index 4e0784d694..1e6c2ade50 100644 --- a/plugins/modules/toml_file.py +++ b/plugins/modules/toml_file.py @@ -9,7 +9,7 @@ from __future__ import annotations DOCUMENTATION = r""" module: toml_file short_description: Manage individual settings in TOML files -version_added: 12.3.0 +version_added: 12.4.0 extends_documentation_fragment: - ansible.builtin.files - community.general.attributes