[stable-6] Add attributes to SAP modules (#6068)

Add attributes to SAP modules.
This commit is contained in:
Felix Fontein 2023-02-24 11:26:20 +01:00 committed by GitHub
commit f7f79defab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 23 additions and 6 deletions

View file

@ -13,6 +13,13 @@ module: hana_query
short_description: Execute SQL on HANA
version_added: 3.2.0
description: This module executes SQL statements on HANA with hdbsql.
extends_documentation_fragment:
- community.general.attributes
attributes:
check_mode:
support: none
diff_mode:
support: none
options:
sid:
description: The system ID.
@ -65,8 +72,6 @@ options:
It is better to supply a one-element list instead to avoid mangled input.
type: list
elements: str
notes:
- Does not support C(check_mode).
author:
- Rainer Leber (@rainerleber)
'''