From 41690c84a2747d90956fcdb63d3d79f6f38c0d15 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Sun, 14 Dec 2025 12:16:23 +0100 Subject: [PATCH] [PR #11277/1b15e595 backport][stable-11] use FQCN for extending docs with files and url (#11282) use FQCN for extending docs with files and url (#11277) * use FQCN for extending docs with files and url * remove typo (cherry picked from commit 1b15e595e01d04bf6ea782bfffe719cc88377952) Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com> --- plugins/modules/archive.py | 2 +- plugins/modules/htpasswd.py | 2 +- plugins/modules/ini_file.py | 2 +- plugins/modules/kdeconfig.py | 2 +- plugins/modules/rundeck_job_executions_info.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/plugins/modules/archive.py b/plugins/modules/archive.py index 65b397c255..e0241b3416 100644 --- a/plugins/modules/archive.py +++ b/plugins/modules/archive.py @@ -14,7 +14,7 @@ DOCUMENTATION = r""" module: archive short_description: Creates a compressed archive of one or more files or trees extends_documentation_fragment: - - files + - ansible.builtin.files - community.general.attributes description: - Creates or extends an archive. diff --git a/plugins/modules/htpasswd.py b/plugins/modules/htpasswd.py index d8a755476f..8a0f811a91 100644 --- a/plugins/modules/htpasswd.py +++ b/plugins/modules/htpasswd.py @@ -76,7 +76,7 @@ notes: requirements: [passlib>=1.6] author: "Ansible Core Team" extends_documentation_fragment: - - files + - ansible.builtin.files - community.general.attributes """ diff --git a/plugins/modules/ini_file.py b/plugins/modules/ini_file.py index 04fe92fa08..24895fd3ae 100644 --- a/plugins/modules/ini_file.py +++ b/plugins/modules/ini_file.py @@ -16,7 +16,7 @@ DOCUMENTATION = r""" module: ini_file short_description: Tweak settings in INI files extends_documentation_fragment: - - files + - ansible.builtin.files - community.general.attributes description: - Manage (add, remove, change) individual settings in an INI-style file without having to manage the file as a whole with, diff --git a/plugins/modules/kdeconfig.py b/plugins/modules/kdeconfig.py index 664f7c692e..a4bcef97c9 100644 --- a/plugins/modules/kdeconfig.py +++ b/plugins/modules/kdeconfig.py @@ -60,7 +60,7 @@ options: type: bool default: false extends_documentation_fragment: - - files + - ansible.builtin.files - community.general.attributes attributes: check_mode: diff --git a/plugins/modules/rundeck_job_executions_info.py b/plugins/modules/rundeck_job_executions_info.py index 77fb94c79d..c87e0a8672 100644 --- a/plugins/modules/rundeck_job_executions_info.py +++ b/plugins/modules/rundeck_job_executions_info.py @@ -39,7 +39,7 @@ options: default: 0 extends_documentation_fragment: - community.general.rundeck - - url + - ansible.builtin.url - community.general.attributes - community.general.attributes.info_module """