mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-20 17:31:24 -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
|
@ -18,6 +18,13 @@ description:
|
|||
have these available.
|
||||
- Tasks in the task list which requires manual activities will be confirmed automatically.
|
||||
- This module will use the RFC package C(STC_TM_API).
|
||||
extends_documentation_fragment:
|
||||
- community.general.attributes
|
||||
attributes:
|
||||
check_mode:
|
||||
support: none
|
||||
diff_mode:
|
||||
support: none
|
||||
|
||||
requirements:
|
||||
- pyrfc >= 2.4.0
|
||||
|
@ -87,8 +94,6 @@ options:
|
|||
default: false
|
||||
type: bool
|
||||
|
||||
notes:
|
||||
- Does not support C(check_mode).
|
||||
author:
|
||||
- Rainer Leber (@rainerleber)
|
||||
'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue