@@ -24,7 +24,7 @@ Download SAP Software file
24
24
suser_id : " Enter SAP S-User ID"
25
25
suser_password : " Enter SAP S-User Password"
26
26
search_query : " Enter SAP Software file name"
27
- download_path : " Enter download path (e.g. /software)"
27
+ dest : " Enter download path (e.g. /software)"
28
28
` ` `
29
29
30
30
Download SAP Software file, but search for alternatives if not found
@@ -34,7 +34,7 @@ Download SAP Software file, but search for alternatives if not found
34
34
suser_id : " Enter SAP S-User ID"
35
35
suser_password : " Enter SAP S-User Password"
36
36
search_query : " Enter SAP Software file name"
37
- download_path : " Enter download path (e.g. /software)"
37
+ dest : " Enter download path (e.g. /software)"
38
38
search_alternatives : true
39
39
deduplicate : " last"
40
40
` ` `
@@ -46,7 +46,7 @@ Download list of SAP Software files, but search for alternatives if not found
46
46
suser_id : " Enter SAP S-User ID"
47
47
suser_password : " Enter SAP S-User Password"
48
48
search_query : " {{ item }}"
49
- download_path : " Enter download path (e.g. /software)"
49
+ dest : " Enter download path (e.g. /software)"
50
50
search_alternatives : true
51
51
deduplicate : " last"
52
52
loop :
@@ -66,7 +66,7 @@ Download SAP Software file using Python Virtual Environment `/tmp/venv`
66
66
suser_id: "Enter SAP S-User ID"
67
67
suser_password: "Enter SAP S-User Password"
68
68
search_query: "{{ item }}"
69
- download_path : "Enter download path (e.g. /software)"
69
+ dest : "Enter download path (e.g. /software)"
70
70
loop:
71
71
- "Enter SAP Software file name 1"
72
72
- "Enter SAP Software file name 2"
@@ -179,7 +179,7 @@ Download links can be obtained from SAP Software Center or using module `module_
179
179
Download filename of the SAP software.</br>
180
180
Download names can be obtained from SAP Software Center or using module `module_maintenance_planner_files`.
181
181
182
- # ## download_path
182
+ # ## dest
183
183
- _Required:_ `true`<br>
184
184
- _Type:_ `string`<br>
185
185
0 commit comments