Skip to content

Commit c654e62

Browse files
author
Matthias Winzeler
committed
add sample output for return vals
1 parent 390be92 commit c654e62

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

plugins/modules/license_keys.py

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,10 +136,33 @@
136136
All licenses that were provided in the licenses attribute are returned, no matter if they were modified or not.
137137
returned: always
138138
type: string
139+
sample: |
140+
----- Begin SAP License -----
141+
SAPSYSTEM=H01
142+
HARDWARE-KEY=H1234567890
143+
INSTNO=0012345678
144+
BEGIN=20231026
145+
EXPIRATION=99991231
146+
LKEY=MIIBO...
147+
SWPRODUCTNAME=NetWeaver_MYS
148+
SWPRODUCTLIMIT=2147483647
149+
SYSTEM-NR=00000000023456789
150+
----- Begin SAP License -----
151+
SAPSYSTEM=H01
152+
HARDWARE-KEY=H1234567890
153+
INSTNO=0012345678
154+
BEGIN=20231026
155+
EXPIRATION=20240127
156+
LKEY=MIIBO...
157+
SWPRODUCTNAME=Maintenance_MYS
158+
SWPRODUCTLIMIT=2147483647
159+
SYSTEM-NR=00000000023456789
160+
139161
system_nr:
140162
description: The number of the system which was created/updated.
141163
returned: always
142164
type: string
165+
sample: 23456789
143166
'''
144167

145168

0 commit comments

Comments
 (0)