1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-04-18 18:01:31 +00:00

[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
parent d4d1c847cf
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

@ -15,6 +15,15 @@ version_added: "3.2.0"
description:
- Provides support for unpacking C(sar)/C(car) files with the SAPCAR binary from SAP and pulling
information back into Ansible.
extends_documentation_fragment:
- community.general.attributes
attributes:
check_mode:
support: partial
details:
- Always returns C(changed=true) in check mode.
diff_mode:
support: none
options:
path:
description: The path to the SAR/CAR file.
@ -51,8 +60,6 @@ options:
type: bool
author:
- Rainer Leber (@RainerLeber)
notes:
- Always returns C(changed=true) in C(check_mode).
'''
EXAMPLES = """