[PR #10286/e37cd1a0 backport][stable-11] fix YAML docs in multiple plugins (#10293)

fix YAML docs in multiple plugins (#10286)

* fix YAML docs in multiple plugins

* pfexec: fix short description

* adjust callback plugins

* fix wsl connection

* fix filter plugins

* fix inventory plugins

* minor adjustments in diy, print_task, xen_orchestra

(cherry picked from commit e37cd1a015)

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
patchback[bot]
2025-06-24 06:58:12 +02:00
committed by GitHub
parent ec87b44816
commit ffe55564f0
25 changed files with 98 additions and 117 deletions

View File

@@ -14,8 +14,7 @@ author:
- Cliff Hults (@BongoEADGC6) <cliff.hults@gmail.com>
description:
- Get inventory hosts from the Icinga2 API.
- "Uses a configuration file as an inventory source, it must end in
C(.icinga2.yml) or C(.icinga2.yaml)."
- Uses a configuration file as an inventory source, it must end in C(.icinga2.yml) or C(.icinga2.yaml).
extends_documentation_fragment:
- constructed
options:
@@ -46,7 +45,7 @@ options:
required: true
host_filter:
description:
- An Icinga2 API valid host filter. Leave blank for no filtering
- An Icinga2 API valid host filter. Leave blank for no filtering.
type: string
required: false
validate_certs: