mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
[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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user