Skip to content

Commit cc9e7ce

Browse files
committed
revert back download_path to dest
1 parent bd62af7 commit cc9e7ce

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

docs/module_maintenance_planner_stack_xml_download.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Obtain Stack file
2424
suser_id: "Enter SAP S-User ID"
2525
suser_password: "Enter SAP S-User Password"
2626
transaction_name: "Transaction Name or Display ID from Maintenance Planner"
27-
download_path: "/software"
27+
dest: "/software"
2828
register: __module_results
2929
```
3030
@@ -35,7 +35,7 @@ Obtain Stack file using Python Virtual Environment `/tmp/venv`
3535
suser_id: "Enter SAP S-User ID"
3636
suser_password: "Enter SAP S-User Password"
3737
transaction_name: "Transaction Name or Display ID from Maintenance Planner"
38-
download_path: "/software"
38+
dest: "/software"
3939
register: __module_results
4040
environment:
4141
PATH: "/tmp/venv:{{ ansible_env.PATH }}"
@@ -130,7 +130,7 @@ The password for the SAP S-User specified in `suser_id`.
130130

131131
The name or display ID of a transaction from the SAP Maintenance Planner.
132132

133-
### download_path
133+
### dest
134134
- _Required:_ `true`<br>
135135
- _Type:_ `string`<br>
136136

docs/module_software_center_download.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Download SAP Software file
2424
suser_id: "Enter SAP S-User ID"
2525
suser_password: "Enter SAP S-User Password"
2626
search_query: "Enter SAP Software file name"
27-
download_path: "Enter download path (e.g. /software)"
27+
dest: "Enter download path (e.g. /software)"
2828
```
2929
3030
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
3434
suser_id: "Enter SAP S-User ID"
3535
suser_password: "Enter SAP S-User Password"
3636
search_query: "Enter SAP Software file name"
37-
download_path: "Enter download path (e.g. /software)"
37+
dest: "Enter download path (e.g. /software)"
3838
search_alternatives: true
3939
deduplicate: "last"
4040
```
@@ -46,7 +46,7 @@ Download list of SAP Software files, but search for alternatives if not found
4646
suser_id: "Enter SAP S-User ID"
4747
suser_password: "Enter SAP S-User Password"
4848
search_query: "{{ item }}"
49-
download_path: "Enter download path (e.g. /software)"
49+
dest: "Enter download path (e.g. /software)"
5050
search_alternatives: true
5151
deduplicate: "last"
5252
loop:
@@ -66,7 +66,7 @@ Download SAP Software file using Python Virtual Environment `/tmp/venv`
6666
suser_id: "Enter SAP S-User ID"
6767
suser_password: "Enter SAP S-User Password"
6868
search_query: "{{ item }}"
69-
download_path: "Enter download path (e.g. /software)"
69+
dest: "Enter download path (e.g. /software)"
7070
loop:
7171
- "Enter SAP Software file name 1"
7272
- "Enter SAP Software file name 2"
@@ -179,7 +179,7 @@ Download links can be obtained from SAP Software Center or using module `module_
179179
Download filename of the SAP software.</br>
180180
Download names can be obtained from SAP Software Center or using module `module_maintenance_planner_files`.
181181

182-
### download_path
182+
### dest
183183
- _Required:_ `true`<br>
184184
- _Type:_ `string`<br>
185185

0 commit comments

Comments
 (0)