Use FQCN for core doc fragments (#11897)

Use FQCN for core doc fragments.
This commit is contained in:
Felix Fontein
2026-04-20 15:12:51 +02:00
committed by GitHub
parent 6b5bf0a0bc
commit bbf98ea141
8 changed files with 12 additions and 12 deletions

View File

@@ -11,8 +11,8 @@ short_description: Uses nmap to find hosts to target
description:
- Uses a YAML configuration file with a valid YAML extension.
extends_documentation_fragment:
- constructed
- inventory_cache
- ansible.builtin.constructed
- ansible.builtin.inventory_cache
requirements:
- nmap CLI installed
options: