mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-04 07:24:00 -07:00
[stable-6] Add attributes to SAP modules (#6068)
Add attributes to SAP modules.
This commit is contained in:
parent
d4d1c847cf
commit
f7f79defab
3 changed files with 23 additions and 6 deletions
|
@ -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)
|
||||
'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue